Shades of Cerise #F32C72
Tints of Cerise #F32C72
RGB
CMYK
RGB Variations
Color information
#F32C72 (or 0xF32C72) is known color: Cerise. HEX triplet: F3, 2C and 72. RGB value is (243,44,114). Sum of RGB (Red+Green+Blue) = 243+44+114=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C72 is #0CD38D. Grayscale: #6F6F6F. Windows color (decimal): -840590 or 7482611. OLE color: 7482611.
HSL color Cylindrical-coordinate representation of color #F32C72: hue angle of 338.89º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C72 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 114 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.05 |
| HSL | 338.89º | 0.89% | 0.56% | - |
| HSV(B) | 338.89º | 0.82% | 0.95% | - |
| XYZ | 40.9 | 22.07 | 18.02 | - |
| YUV | 111.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 114 | 0 | 0.82 | 0.53 | 0.05 | 338.89 | 0.89 | 0.56 |
| Hex | F3 | 2C | 72 | 0 | 52 | 35 | 5 | 153 | 59 | 38 |
| Octal | 363 | 54 | 162 | 0 | 122 | 65 | 5 | 523 | 131 | 70 |
| Binary | 11110011 | 101100 | 1110010 | 0 | 1010010 | 110101 | 101 | 101010011 | 1011001 | 111000 |
Color Harmonies of #F32C72
Complementary color
Monochromatic Colors of #F32C72
Black with #F32C72
Text Example
Text Example
White with #F32C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C72; }
p { color: rgb(243,44,114); }
H1.HeaderClassName
{
color: #F32C72;
}
.AnyTagClassName
{
color: #F32C72;
}
</style>
background-color css
<style>
a { background-color: #F32C72; }
a { background-color: rgb(243,44,114); }
div.DivClassName
{
background-color: #F32C72;
}
.BgClassName
{
background-color: #F32C72;
}
</style>
border-color css
<style>
span { border-color: #F32C72; }
span { border-color: rgb(243,44,114); }
td.TdClassName
{
border-color: #F32C72;
}
.TagClassName
{
border-color: #F32C72;
}
</style>