#F02D7B

Color #F02D7B Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #F02D7B

Tints of Deep Cerise #F02D7B

Color information

#F02D7B (or 0xF02D7B) is unknown color: approx Deep Cerise. HEX triplet: F0, 2D and 7B. RGB value is (240,45,123). Sum of RGB (Red+Green+Blue) = 240+45+123=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02D7B is #0FD284. Grayscale: #707070. Windows color (decimal): -1036933 or 8072688. OLE color: 8072688.

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

Color convert

RGB24045123-
CMYK00.810.490.06
HSL336º86.67%55.88%-
HSV(B)336º81.25%94.12%-
XYZ40.4521.8320.82-
YUV112.2134.1219.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.82%
GREEN value IS 45 (17.97% from 255) = 11.03%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=58.82%
G=11.03%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404512300.810.490.0633686.6755.88
HexF02D7B0513161505738
Octal36055173012161652012770
Binary111100001011011111011010100011100011101010100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02D7B; }

 p { color: rgb(240,45,123); }

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

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

 a { background-color: rgb(240,45,123); }

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

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

 span { border-color: rgb(240,45,123); }

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