#F02E88

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

Shades of Deep Cerise #F02E88

Tints of Deep Cerise #F02E88

Color information

#F02E88 (or 0xF02E88) is unknown color: approx Deep Cerise. HEX triplet: F0, 2E and 88. RGB value is (240,46,136). Sum of RGB (Red+Green+Blue) = 240+46+136=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02E88 is #0FD177. Grayscale: #727272. Windows color (decimal): -1036664 or 8924912. OLE color: 8924912.

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

Color convert

RGB24046136-
CMYK00.810.430.06
HSL332.16º86.61%56.08%-
HSV(B)332.16º80.83%94.12%-
XYZ41.3622.2625.41-
YUV114.27140.27217.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.87%
GREEN value IS 46 (18.36% from 255) = 10.90%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=56.87%
G=10.90%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404613600.810.430.06332.1686.6156.08
HexF02E880512B614c5738
Octal36056210012153651412770
Binary1111000010111010001000010100011010111101010011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02E88; }

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

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

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

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

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

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

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

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