Shades of Deep Cerise #F3247A
Tints of Deep Cerise #F3247A
RGB
CMYK
RGB Variations
Color information
#F3247A (or 0xF3247A) is known color: Deep Cerise. HEX triplet: F3, 24 and 7A. RGB value is (243,36,122). Sum of RGB (Red+Green+Blue) = 243+36+122=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3247A is #0CDB85. Grayscale: #6B6B6B. Windows color (decimal): -842630 or 8004851. OLE color: 8004851.
HSL color Cylindrical-coordinate representation of color #F3247A: hue angle of 335.07º 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 #F3247A is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 122 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.05 |
| HSL | 335.07º | 0.9% | 0.55% | - |
| HSV(B) | 335.07º | 0.85% | 0.95% | - |
| XYZ | 41.11 | 21.72 | 20.44 | - |
| YUV | 107.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 122 | 0 | 0.85 | 0.50 | 0.05 | 335.07 | 0.9 | 0.55 |
| Hex | F3 | 24 | 7A | 0 | 55 | 32 | 5 | 14F | 5A | 37 |
| Octal | 363 | 44 | 172 | 0 | 125 | 62 | 5 | 517 | 132 | 67 |
| Binary | 11110011 | 100100 | 1111010 | 0 | 1010101 | 110010 | 101 | 101001111 | 1011010 | 110111 |
Color Harmonies of #F3247A
Complementary color
Monochromatic Colors of #F3247A
Black with #F3247A
Text Example
Text Example
White with #F3247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3247A; }
p { color: rgb(243,36,122); }
H1.HeaderClassName
{
color: #F3247A;
}
.AnyTagClassName
{
color: #F3247A;
}
</style>
background-color css
<style>
a { background-color: #F3247A; }
a { background-color: rgb(243,36,122); }
div.DivClassName
{
background-color: #F3247A;
}
.BgClassName
{
background-color: #F3247A;
}
</style>
border-color css
<style>
span { border-color: #F3247A; }
span { border-color: rgb(243,36,122); }
td.TdClassName
{
border-color: #F3247A;
}
.TagClassName
{
border-color: #F3247A;
}
</style>