#F03BD6

Color #F03BD6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F03BD6

Tints of Razzle Dazzle Rose #F03BD6

Color information

#F03BD6 (or 0xF03BD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 3B and D6. RGB value is (240,59,214). Sum of RGB (Red+Green+Blue) = 240+59+214=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BD6 is #0FC429. Grayscale: #828282. Windows color (decimal): -1033258 or 14040048. OLE color: 14040048.

HSL color Cylindrical-coordinate representation of color #F03BD6: hue angle of 308.62º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03BD6 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB24059214-
CMYK00.750.110.06
HSL308.62º85.78%58.63%-
HSV(B)308.62º75.42%94.12%-
XYZ49.6426.5166.12-
YUV130.79174.97205.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 59 (23.44% from 255) = 11.50%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=46.78%
G=11.50%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405921400.750.110.06308.6285.7858.63
HexF03BD604BB6135563b
Octal36073326011313646512673
Binary11110000111011110101100100101110111101001101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03BD6; }

 p { color: rgb(240,59,214); }

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

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

 a { background-color: rgb(240,59,214); }

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

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

 span { border-color: rgb(240,59,214); }

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