#F02ED2

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

Shades of Razzle Dazzle Rose #F02ED2

Tints of Razzle Dazzle Rose #F02ED2

Color information

#F02ED2 (or 0xF02ED2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2E and D2. RGB value is (240,46,210). Sum of RGB (Red+Green+Blue) = 240+46+210=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F02ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02ED2 is #0FD12D. Grayscale: #7A7A7A. Windows color (decimal): -1036590 or 13774576. OLE color: 13774576.

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

Color convert

RGB24046210-
CMYK00.810.120.06
HSL309.28º86.61%56.08%-
HSV(B)309.28º80.83%94.12%-
XYZ48.5525.1363.27-
YUV122.7177.27211.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 46 (18.36% from 255) = 9.27%
BLUE value IS 210 (82.42% from 255) = 42.34%
R=48.39%
G=9.27%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404621000.810.120.06309.2886.6156.08
HexF02ED2051C61355738
Octal36056322012114646512770
Binary11110000101110110100100101000111001101001101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02ED2; }

 p { color: rgb(240,46,210); }

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

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

 a { background-color: rgb(240,46,210); }

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

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

 span { border-color: rgb(240,46,210); }

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