#F02FC4

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

Shades of Razzle Dazzle Rose #F02FC4

Tints of Razzle Dazzle Rose #F02FC4

Color information

#F02FC4 (or 0xF02FC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2F and C4. RGB value is (240,47,196). Sum of RGB (Red+Green+Blue) = 240+47+196=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FC4 is #0FD03B. Grayscale: #797979. Windows color (decimal): -1036348 or 12857328. OLE color: 12857328.

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

Color convert

RGB24047196-
CMYK00.800.180.06
HSL313.68º86.55%56.27%-
HSV(B)313.68º80.42%94.12%-
XYZ46.9224.5454.49-
YUV121.69169.94212.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.69%
GREEN value IS 47 (18.75% from 255) = 9.73%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=49.69%
G=9.73%
B=40.58%

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
Decimal2404719600.800.180.06313.6886.5556.27
HexF02FC405012613a5738
Octal36057304012022647212770
Binary111100001011111100010001010000100101101001110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02FC4; }

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

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

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

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

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

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

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

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