Shades of Cerise #F32275
Tints of Cerise #F32275
RGB
CMYK
RGB Variations
Color information
#F32275 (or 0xF32275) is known color: Cerise. HEX triplet: F3, 22 and 75. RGB value is (243,34,117). Sum of RGB (Red+Green+Blue) = 243+34+117=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F32275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32275 is #0CDD8A. Grayscale: #696969. Windows color (decimal): -843147 or 7676659. OLE color: 7676659.
HSL color Cylindrical-coordinate representation of color #F32275: hue angle of 336.17º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32275 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 117 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.05 |
| HSL | 336.17º | 0.9% | 0.54% | - |
| HSV(B) | 336.17º | 0.86% | 0.95% | - |
| XYZ | 40.75 | 21.48 | 18.83 | - |
| YUV | 105.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 117 | 0 | 0.86 | 0.52 | 0.05 | 336.17 | 0.9 | 0.54 |
| Hex | F3 | 22 | 75 | 0 | 56 | 34 | 5 | 150 | 5A | 36 |
| Octal | 363 | 42 | 165 | 0 | 126 | 64 | 5 | 520 | 132 | 66 |
| Binary | 11110011 | 100010 | 1110101 | 0 | 1010110 | 110100 | 101 | 101010000 | 1011010 | 110110 |
Color Harmonies of #F32275
Complementary color
Monochromatic Colors of #F32275
Black with #F32275
Text Example
Text Example
White with #F32275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32275; }
p { color: rgb(243,34,117); }
H1.HeaderClassName
{
color: #F32275;
}
.AnyTagClassName
{
color: #F32275;
}
</style>
background-color css
<style>
a { background-color: #F32275; }
a { background-color: rgb(243,34,117); }
div.DivClassName
{
background-color: #F32275;
}
.BgClassName
{
background-color: #F32275;
}
</style>
border-color css
<style>
span { border-color: #F32275; }
span { border-color: rgb(243,34,117); }
td.TdClassName
{
border-color: #F32275;
}
.TagClassName
{
border-color: #F32275;
}
</style>