#F32472

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

Shades of Cerise #F32472

Tints of Cerise #F32472

Color information

#F32472 (or 0xF32472) is unknown color: approx Cerise. HEX triplet: F3, 24 and 72. RGB value is (243,36,114). Sum of RGB (Red+Green+Blue) = 243+36+114=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F32472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32472 is #0CDB8D. Grayscale: #6A6A6A. Windows color (decimal): -842638 or 7480563. OLE color: 7480563.

HSL color Cylindrical-coordinate representation of color #F32472: hue angle of 337.39º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32472 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB24336114-
CMYK00.850.530.05
HSL337.39º89.61%54.71%-
HSV(B)337.39º85.19%95.29%-
XYZ40.6321.5317.93-
YUV106.78132.08225.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.83%
GREEN value IS 36 (14.45% from 255) = 9.16%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=61.83%
G=9.16%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433611400.850.530.05337.3989.6154.71
HexF324720553551515a37
Octal36344162012565552113267
Binary111100111001001110010010101011101011011010100011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32472; }

 p { color: rgb(243,36,114); }

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

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

 a { background-color: rgb(243,36,114); }

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

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

 span { border-color: rgb(243,36,114); }

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