#F03276

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

Shades of Cerise #F03276

Tints of Cerise #F03276

Color information

#F03276 (or 0xF03276) is unknown color: approx Cerise. HEX triplet: F0, 32 and 76. RGB value is (240,50,118). Sum of RGB (Red+Green+Blue) = 240+50+118=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F03276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03276 is #0FCD89. Grayscale: #727272. Windows color (decimal): -1035658 or 7746288. OLE color: 7746288.

HSL color Cylindrical-coordinate representation of color #F03276: hue angle of 338.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03276 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB24050118-
CMYK00.790.510.06
HSL338.53º86.36%56.86%-
HSV(B)338.53º79.17%94.12%-
XYZ40.3522.1119.28-
YUV114.56129.95217.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.82%
GREEN value IS 50 (19.92% from 255) = 12.25%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=58.82%
G=12.25%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405011800.790.510.06338.5386.3656.86
HexF0327604F3361535639
Octal36062166011763652312671
Binary111100001100101110110010011111100111101010100111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03276; }

 p { color: rgb(240,50,118); }

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

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

 a { background-color: rgb(240,50,118); }

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

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

 span { border-color: rgb(240,50,118); }

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