#F52976

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

Shades of Cerise #F52976

Tints of Cerise #F52976

Color information

#F52976 (or 0xF52976) is unknown color: approx Cerise. HEX triplet: F5, 29 and 76. RGB value is (245,41,118). Sum of RGB (Red+Green+Blue) = 245+41+118=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F52976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52976 is #0AD689. Grayscale: #6E6E6E. Windows color (decimal): -710282 or 7743989. OLE color: 7743989.

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

Color convert

RGB24541118-
CMYK00.830.520.04
HSL337.35º91.07%56.08%-
HSV(B)337.35º83.27%96.08%-
XYZ41.7222.3119.25-
YUV110.77132.09223.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.64%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=60.64%
G=10.15%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454111800.830.520.04337.3591.0756.08
HexF529760533441515b38
Octal36551166012364452113370
Binary111101011010011110110010100111101001001010100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52976; }

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

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

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

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

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

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

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

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