#F02A84

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

Shades of Deep Cerise #F02A84

Tints of Deep Cerise #F02A84

Color information

#F02A84 (or 0xF02A84) is unknown color: approx Deep Cerise. HEX triplet: F0, 2A and 84. RGB value is (240,42,132). Sum of RGB (Red+Green+Blue) = 240+42+132=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02A84 is #0FD57B. Grayscale: #6F6F6F. Windows color (decimal): -1037692 or 8661744. OLE color: 8661744.

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

Color convert

RGB24042132-
CMYK00.820.450.06
HSL332.73º86.84%55.29%-
HSV(B)332.73º82.5%94.12%-
XYZ40.9321.8523.89-
YUV111.46139.6219.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.97%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=57.97%
G=10.14%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404213200.820.450.06332.7386.8455.29
HexF02A840522D614d5737
Octal36052204012255651512767
Binary1111000010101010000100010100101011011101010011011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02A84; }

 p { color: rgb(240,42,132); }

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

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

 a { background-color: rgb(240,42,132); }

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

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

 span { border-color: rgb(240,42,132); }

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