#F02FD6

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

Shades of Razzle Dazzle Rose #F02FD6

Tints of Razzle Dazzle Rose #F02FD6

Color information

#F02FD6 (or 0xF02FD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2F and D6. RGB value is (240,47,214). Sum of RGB (Red+Green+Blue) = 240+47+214=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FD6 is #0FD029. Grayscale: #7B7B7B. Windows color (decimal): -1036330 or 14036976. OLE color: 14036976.

HSL color Cylindrical-coordinate representation of color #F02FD6: hue angle of 308.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FD6 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB24047214-
CMYK00.800.110.06
HSL308.08º86.55%56.27%-
HSV(B)308.08º80.42%94.12%-
XYZ49.0925.4165.94-
YUV123.74178.94210.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.90%
GREEN value IS 47 (18.75% from 255) = 9.38%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=47.90%
G=9.38%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404721400.800.110.06308.0886.5556.27
HexF02FD6050B61345738
Octal36057326012013646412770
Binary11110000101111110101100101000010111101001101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02FD6; }

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

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

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

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

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

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

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

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