Shades of Deep Cerise #F32A81
Tints of Deep Cerise #F32A81
RGB
CMYK
RGB Variations
Color information
#F32A81 (or 0xF32A81) is known color: Deep Cerise. HEX triplet: F3, 2A and 81. RGB value is (243,42,129). Sum of RGB (Red+Green+Blue) = 243+42+129=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32A81 is #0CD57E. Grayscale: #6F6F6F. Windows color (decimal): -841087 or 8465139. OLE color: 8465139.
HSL color Cylindrical-coordinate representation of color #F32A81: hue angle of 334.03º 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 #F32A81 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 129 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.05 |
| HSL | 334.03º | 0.89% | 0.56% | - |
| HSV(B) | 334.03º | 0.83% | 0.95% | - |
| XYZ | 41.75 | 22.3 | 22.87 | - |
| YUV | 112.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 129 | 0 | 0.83 | 0.47 | 0.05 | 334.03 | 0.89 | 0.56 |
| Hex | F3 | 2A | 81 | 0 | 53 | 2F | 5 | 14E | 59 | 38 |
| Octal | 363 | 52 | 201 | 0 | 123 | 57 | 5 | 516 | 131 | 70 |
| Binary | 11110011 | 101010 | 10000001 | 0 | 1010011 | 101111 | 101 | 101001110 | 1011001 | 111000 |
Color Harmonies of #F32A81
Complementary color
Monochromatic Colors of #F32A81
Black with #F32A81
Text Example
Text Example
White with #F32A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A81; }
p { color: rgb(243,42,129); }
H1.HeaderClassName
{
color: #F32A81;
}
.AnyTagClassName
{
color: #F32A81;
}
</style>
background-color css
<style>
a { background-color: #F32A81; }
a { background-color: rgb(243,42,129); }
div.DivClassName
{
background-color: #F32A81;
}
.BgClassName
{
background-color: #F32A81;
}
</style>
border-color css
<style>
span { border-color: #F32A81; }
span { border-color: rgb(243,42,129); }
td.TdClassName
{
border-color: #F32A81;
}
.TagClassName
{
border-color: #F32A81;
}
</style>