Shades of Cerise #F32B71
Tints of Cerise #F32B71
RGB
CMYK
RGB Variations
Color information
#F32B71 (or 0xF32B71) is known color: Cerise. HEX triplet: F3, 2B and 71. RGB value is (243,43,113). Sum of RGB (Red+Green+Blue) = 243+43+113=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B71 is #0CD48E. Grayscale: #6E6E6E. Windows color (decimal): -840847 or 7416819. OLE color: 7416819.
HSL color Cylindrical-coordinate representation of color #F32B71: hue angle of 339º 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 #F32B71 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 113 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.05 |
| HSL | 339º | 0.89% | 0.56% | - |
| HSV(B) | 339º | 0.82% | 0.95% | - |
| XYZ | 40.81 | 21.97 | 17.71 | - |
| YUV | 110.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 113 | 0 | 0.82 | 0.53 | 0.05 | 339 | 0.89 | 0.56 |
| Hex | F3 | 2B | 71 | 0 | 52 | 35 | 5 | 153 | 59 | 38 |
| Octal | 363 | 53 | 161 | 0 | 122 | 65 | 5 | 523 | 131 | 70 |
| Binary | 11110011 | 101011 | 1110001 | 0 | 1010010 | 110101 | 101 | 101010011 | 1011001 | 111000 |
Color Harmonies of #F32B71
Complementary color
Monochromatic Colors of #F32B71
Black with #F32B71
Text Example
Text Example
White with #F32B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B71; }
p { color: rgb(243,43,113); }
H1.HeaderClassName
{
color: #F32B71;
}
.AnyTagClassName
{
color: #F32B71;
}
</style>
background-color css
<style>
a { background-color: #F32B71; }
a { background-color: rgb(243,43,113); }
div.DivClassName
{
background-color: #F32B71;
}
.BgClassName
{
background-color: #F32B71;
}
</style>
border-color css
<style>
span { border-color: #F32B71; }
span { border-color: rgb(243,43,113); }
td.TdClassName
{
border-color: #F32B71;
}
.TagClassName
{
border-color: #F32B71;
}
</style>