#F02FD8

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

Shades of Razzle Dazzle Rose #F02FD8

Tints of Razzle Dazzle Rose #F02FD8

Color information

#F02FD8 (or 0xF02FD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2F and D8. RGB value is (240,47,216). Sum of RGB (Red+Green+Blue) = 240+47+216=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FD8 is #0FD027. Grayscale: #7B7B7B. Windows color (decimal): -1036328 or 14168048. OLE color: 14168048.

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

Color convert

RGB24047216-
CMYK00.800.10.06
HSL307.46º86.55%56.27%-
HSV(B)307.46º80.42%94.12%-
XYZ49.3525.5267.29-
YUV123.97179.94210.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 47 (18.75% from 255) = 9.34%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=47.71%
G=9.34%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404721600.800.10.06307.4686.5556.27
HexF02FD8050A61335738
Octal36057330012012646312770
Binary11110000101111110110000101000010101101001100111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02FD8; }

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

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

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

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

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

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

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

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