Shades of Deep Cerise #F32B7E
Tints of Deep Cerise #F32B7E
RGB
CMYK
RGB Variations
Color information
#F32B7E (or 0xF32B7E) is known color: Deep Cerise. HEX triplet: F3, 2B and 7E. RGB value is (243,43,126). Sum of RGB (Red+Green+Blue) = 243+43+126=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B7E is #0CD481. Grayscale: #707070. Windows color (decimal): -840834 or 8268787. OLE color: 8268787.
HSL color Cylindrical-coordinate representation of color #F32B7E: hue angle of 335.1º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32B7E is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 126 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.05 |
| HSL | 335.1º | 0.89% | 0.56% | - |
| HSV(B) | 335.1º | 0.82% | 0.95% | - |
| XYZ | 41.59 | 22.29 | 21.85 | - |
| YUV | 112.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 126 | 0 | 0.82 | 0.48 | 0.05 | 335.1 | 0.89 | 0.56 |
| Hex | F3 | 2B | 7E | 0 | 52 | 30 | 5 | 14F | 59 | 38 |
| Octal | 363 | 53 | 176 | 0 | 122 | 60 | 5 | 517 | 131 | 70 |
| Binary | 11110011 | 101011 | 1111110 | 0 | 1010010 | 110000 | 101 | 101001111 | 1011001 | 111000 |
Color Harmonies of #F32B7E
Complementary color
Monochromatic Colors of #F32B7E
Black with #F32B7E
Text Example
Text Example
White with #F32B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B7E; }
p { color: rgb(243,43,126); }
H1.HeaderClassName
{
color: #F32B7E;
}
.AnyTagClassName
{
color: #F32B7E;
}
</style>
background-color css
<style>
a { background-color: #F32B7E; }
a { background-color: rgb(243,43,126); }
div.DivClassName
{
background-color: #F32B7E;
}
.BgClassName
{
background-color: #F32B7E;
}
</style>
border-color css
<style>
span { border-color: #F32B7E; }
span { border-color: rgb(243,43,126); }
td.TdClassName
{
border-color: #F32B7E;
}
.TagClassName
{
border-color: #F32B7E;
}
</style>