#FD0F5E

Color #FD0F5E Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #FD0F5E

Tints of Razzmatazz #FD0F5E

Color information

#FD0F5E (or 0xFD0F5E) is unknown color: approx Razzmatazz. HEX triplet: FD, 0F and 5E. RGB value is (253,15,94). Sum of RGB (Red+Green+Blue) = 253+15+94=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0F5E is #02F0A1. Grayscale: #5F5F5F. Windows color (decimal): -192674 or 6164477. OLE color: 6164477.

HSL color Cylindrical-coordinate representation of color #FD0F5E: hue angle of 340.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0F5E is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB2531594-
CMYK00.940.630.01
HSL340.08º98.35%52.55%-
HSV(B)340.08º94.07%99.22%-
XYZ42.722.0312.59-
YUV95.17127.35240.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 69.89%
GREEN value IS 15 (6.25% from 255) = 4.14%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=69.89%
G=4.14%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253159400.940.630.01340.0898.3552.55
HexFDF5E05E3F11546235
Octal37517136013677152414265
Binary11111101111110111100101111011111111010101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0F5E; }

 p { color: rgb(253,15,94); }

 H1.HeaderClassName
 {
   color: #FD0F5E;
 }
 .AnyTagClassName
 {
   color: #FD0F5E;
 }
</style>
background-color css

<style>
 a { background-color: #FD0F5E; }

 a { background-color: rgb(253,15,94); }

 div.DivClassName
 {
   background-color: #FD0F5E;
 }
 .BgClassName
 {
   background-color: #FD0F5E;
 }
</style>
border-color css

<style>
 span { border-color: #FD0F5E; }

 span { border-color: rgb(253,15,94); }

 td.TdClassName
 {
   border-color: #FD0F5E;
 }
 .TagClassName
 {
   border-color: #FD0F5E;
 }
</style>