#F02F77

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

Shades of Cerise #F02F77

Tints of Cerise #F02F77

Color information

#F02F77 (or 0xF02F77) is unknown color: approx Cerise. HEX triplet: F0, 2F and 77. RGB value is (240,47,119). Sum of RGB (Red+Green+Blue) = 240+47+119=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F77 is #0FD088. Grayscale: #707070. Windows color (decimal): -1036425 or 7811056. OLE color: 7811056.

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

Color convert

RGB24047119-
CMYK00.800.500.06
HSL337.62º86.55%56.27%-
HSV(B)337.62º80.42%94.12%-
XYZ40.2821.8919.55-
YUV112.92131.44218.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.11%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=59.11%
G=11.58%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404711900.800.500.06337.6286.5556.27
HexF02F770503261525738
Octal36057167012062652212770
Binary111100001011111110111010100001100101101010100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02F77; }

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

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

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

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

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

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

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

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