#F02FC6

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

Shades of Razzle Dazzle Rose #F02FC6

Tints of Razzle Dazzle Rose #F02FC6

Color information

#F02FC6 (or 0xF02FC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2F and C6. RGB value is (240,47,198). Sum of RGB (Red+Green+Blue) = 240+47+198=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FC6 is #0FD039. Grayscale: #797979. Windows color (decimal): -1036346 or 12988400. OLE color: 12988400.

HSL color Cylindrical-coordinate representation of color #F02FC6: hue angle of 313.06º 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 #F02FC6 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB24047198-
CMYK00.800.180.06
HSL313.06º86.55%56.27%-
HSV(B)313.06º80.42%94.12%-
XYZ47.1424.6455.7-
YUV121.92170.94212.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 47 (18.75% from 255) = 9.69%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=49.48%
G=9.69%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404719800.800.180.06313.0686.5556.27
HexF02FC60501261395738
Octal36057306012022647112770
Binary111100001011111100011001010000100101101001110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02FC6; }

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

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

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

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

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

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

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

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