#F52876

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

Shades of Cerise #F52876

Tints of Cerise #F52876

Color information

#F52876 (or 0xF52876) is unknown color: approx Cerise. HEX triplet: F5, 28 and 76. RGB value is (245,40,118). Sum of RGB (Red+Green+Blue) = 245+40+118=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F52876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52876 is #0AD789. Grayscale: #6E6E6E. Windows color (decimal): -710538 or 7743733. OLE color: 7743733.

HSL color Cylindrical-coordinate representation of color #F52876: hue angle of 337.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52876 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24540118-
CMYK00.840.520.04
HSL337.17º91.11%55.88%-
HSV(B)337.17º83.67%96.08%-
XYZ41.6822.2419.23-
YUV110.19132.42224.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.79%
GREEN value IS 40 (16.02% from 255) = 9.93%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=60.79%
G=9.93%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454011800.840.520.04337.1791.1155.88
HexF528760543441515b38
Octal36550166012464452113370
Binary111101011010001110110010101001101001001010100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52876; }

 p { color: rgb(245,40,118); }

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

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

 a { background-color: rgb(245,40,118); }

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

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

 span { border-color: rgb(245,40,118); }

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