Shades of Cerise #F32574
Tints of Cerise #F32574
RGB
CMYK
RGB Variations
Color information
#F32574 (or 0xF32574) is known color: Cerise. HEX triplet: F3, 25 and 74. RGB value is (243,37,116). Sum of RGB (Red+Green+Blue) = 243+37+116=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F32574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32574 is #0CDA8B. Grayscale: #6B6B6B. Windows color (decimal): -842380 or 7611891. OLE color: 7611891.
HSL color Cylindrical-coordinate representation of color #F32574: hue angle of 336.99º 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 #F32574 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 116 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.05 |
| HSL | 336.99º | 0.9% | 0.55% | - |
| HSV(B) | 336.99º | 0.85% | 0.95% | - |
| XYZ | 40.78 | 21.64 | 18.55 | - |
| YUV | 107.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 116 | 0 | 0.85 | 0.52 | 0.05 | 336.99 | 0.9 | 0.55 |
| Hex | F3 | 25 | 74 | 0 | 55 | 34 | 5 | 151 | 5A | 37 |
| Octal | 363 | 45 | 164 | 0 | 125 | 64 | 5 | 521 | 132 | 67 |
| Binary | 11110011 | 100101 | 1110100 | 0 | 1010101 | 110100 | 101 | 101010001 | 1011010 | 110111 |
Color Harmonies of #F32574
Complementary color
Monochromatic Colors of #F32574
Black with #F32574
Text Example
Text Example
White with #F32574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32574; }
p { color: rgb(243,37,116); }
H1.HeaderClassName
{
color: #F32574;
}
.AnyTagClassName
{
color: #F32574;
}
</style>
background-color css
<style>
a { background-color: #F32574; }
a { background-color: rgb(243,37,116); }
div.DivClassName
{
background-color: #F32574;
}
.BgClassName
{
background-color: #F32574;
}
</style>
border-color css
<style>
span { border-color: #F32574; }
span { border-color: rgb(243,37,116); }
td.TdClassName
{
border-color: #F32574;
}
.TagClassName
{
border-color: #F32574;
}
</style>