#F02762

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

Shades of Cerise #F02762

Tints of Cerise #F02762

Color information

#F02762 (or 0xF02762) is unknown color: approx Cerise. HEX triplet: F0, 27 and 62. RGB value is (240,39,98). Sum of RGB (Red+Green+Blue) = 240+39+98=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F02762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02762 is #0FD89D. Grayscale: #696969. Windows color (decimal): -1038494 or 6432752. OLE color: 6432752.

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

Color convert

RGB2403998-
CMYK00.840.590.06
HSL342.39º87.01%54.71%-
HSV(B)342.39º83.75%94.12%-
XYZ38.8720.8613.53-
YUV105.82123.59223.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 39 (15.62% from 255) = 10.34%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=63.66%
G=10.34%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240399800.840.590.06342.3987.0154.71
HexF027620543B61565737
Octal36047142012473652612767
Binary111100001001111100010010101001110111101010101101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02762; }

 p { color: rgb(240,39,98); }

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

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

 a { background-color: rgb(240,39,98); }

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

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

 span { border-color: rgb(240,39,98); }

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