Shades of Cerise #F32273
Tints of Cerise #F32273
RGB
CMYK
RGB Variations
Color information
#F32273 (or 0xF32273) is known color: Cerise. HEX triplet: F3, 22 and 73. RGB value is (243,34,115). Sum of RGB (Red+Green+Blue) = 243+34+115=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F32273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32273 is #0CDD8C. Grayscale: #696969. Windows color (decimal): -843149 or 7545587. OLE color: 7545587.
HSL color Cylindrical-coordinate representation of color #F32273: hue angle of 336.75º 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 #F32273 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 115 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.05 |
| HSL | 336.75º | 0.9% | 0.54% | - |
| HSV(B) | 336.75º | 0.86% | 0.95% | - |
| XYZ | 40.63 | 21.44 | 18.22 | - |
| YUV | 105.73 | 133.24 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 115 | 0 | 0.86 | 0.53 | 0.05 | 336.75 | 0.9 | 0.54 |
| Hex | F3 | 22 | 73 | 0 | 56 | 35 | 5 | 151 | 5A | 36 |
| Octal | 363 | 42 | 163 | 0 | 126 | 65 | 5 | 521 | 132 | 66 |
| Binary | 11110011 | 100010 | 1110011 | 0 | 1010110 | 110101 | 101 | 101010001 | 1011010 | 110110 |
Color Harmonies of #F32273
Complementary color
Monochromatic Colors of #F32273
Black with #F32273
Text Example
Text Example
White with #F32273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32273; }
p { color: rgb(243,34,115); }
H1.HeaderClassName
{
color: #F32273;
}
.AnyTagClassName
{
color: #F32273;
}
</style>
background-color css
<style>
a { background-color: #F32273; }
a { background-color: rgb(243,34,115); }
div.DivClassName
{
background-color: #F32273;
}
.BgClassName
{
background-color: #F32273;
}
</style>
border-color css
<style>
span { border-color: #F32273; }
span { border-color: rgb(243,34,115); }
td.TdClassName
{
border-color: #F32273;
}
.TagClassName
{
border-color: #F32273;
}
</style>