Shades of Cerise #F32469
Tints of Cerise #F32469
RGB
CMYK
RGB Variations
Color information
#F32469 (or 0xF32469) is known color: Cerise. HEX triplet: F3, 24 and 69. RGB value is (243,36,105). Sum of RGB (Red+Green+Blue) = 243+36+105=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F32469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32469 is #0CDB96. Grayscale: #696969. Windows color (decimal): -842647 or 6890739. OLE color: 6890739.
HSL color Cylindrical-coordinate representation of color #F32469: hue angle of 340º 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 #F32469 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 105 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.05 |
| HSL | 340º | 0.9% | 0.55% | - |
| HSV(B) | 340º | 0.85% | 0.95% | - |
| XYZ | 40.14 | 21.34 | 15.37 | - |
| YUV | 105.76 | 127.58 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 105 | 0 | 0.85 | 0.57 | 0.05 | 340 | 0.9 | 0.55 |
| Hex | F3 | 24 | 69 | 0 | 55 | 39 | 5 | 154 | 5A | 37 |
| Octal | 363 | 44 | 151 | 0 | 125 | 71 | 5 | 524 | 132 | 67 |
| Binary | 11110011 | 100100 | 1101001 | 0 | 1010101 | 111001 | 101 | 101010100 | 1011010 | 110111 |
Color Harmonies of #F32469
Complementary color
Monochromatic Colors of #F32469
Black with #F32469
Text Example
Text Example
White with #F32469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32469; }
p { color: rgb(243,36,105); }
H1.HeaderClassName
{
color: #F32469;
}
.AnyTagClassName
{
color: #F32469;
}
</style>
background-color css
<style>
a { background-color: #F32469; }
a { background-color: rgb(243,36,105); }
div.DivClassName
{
background-color: #F32469;
}
.BgClassName
{
background-color: #F32469;
}
</style>
border-color css
<style>
span { border-color: #F32469; }
span { border-color: rgb(243,36,105); }
td.TdClassName
{
border-color: #F32469;
}
.TagClassName
{
border-color: #F32469;
}
</style>