Shades of Cerise #F32A70
Tints of Cerise #F32A70
RGB
CMYK
RGB Variations
Color information
#F32A70 (or 0xF32A70) is known color: Cerise. HEX triplet: F3, 2A and 70. RGB value is (243,42,112). Sum of RGB (Red+Green+Blue) = 243+42+112=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A70 is #0CD58F. Grayscale: #6E6E6E. Windows color (decimal): -841104 or 7351027. OLE color: 7351027.
HSL color Cylindrical-coordinate representation of color #F32A70: hue angle of 339.1º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32A70 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 112 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.05 |
| HSL | 339.1º | 0.89% | 0.56% | - |
| HSV(B) | 339.1º | 0.83% | 0.95% | - |
| XYZ | 40.71 | 21.88 | 17.41 | - |
| YUV | 110.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 112 | 0 | 0.83 | 0.54 | 0.05 | 339.1 | 0.89 | 0.56 |
| Hex | F3 | 2A | 70 | 0 | 53 | 36 | 5 | 153 | 59 | 38 |
| Octal | 363 | 52 | 160 | 0 | 123 | 66 | 5 | 523 | 131 | 70 |
| Binary | 11110011 | 101010 | 1110000 | 0 | 1010011 | 110110 | 101 | 101010011 | 1011001 | 111000 |
Color Harmonies of #F32A70
Complementary color
Monochromatic Colors of #F32A70
Black with #F32A70
Text Example
Text Example
White with #F32A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A70; }
p { color: rgb(243,42,112); }
H1.HeaderClassName
{
color: #F32A70;
}
.AnyTagClassName
{
color: #F32A70;
}
</style>
background-color css
<style>
a { background-color: #F32A70; }
a { background-color: rgb(243,42,112); }
div.DivClassName
{
background-color: #F32A70;
}
.BgClassName
{
background-color: #F32A70;
}
</style>
border-color css
<style>
span { border-color: #F32A70; }
span { border-color: rgb(243,42,112); }
td.TdClassName
{
border-color: #F32A70;
}
.TagClassName
{
border-color: #F32A70;
}
</style>