Shades of Deep Cerise #F12779
Tints of Deep Cerise #F12779
RGB
CMYK
RGB Variations
Color information
#F12779 (or 0xF12779) is known color: Deep Cerise. HEX triplet: F1, 27 and 79. RGB value is (241,39,121). Sum of RGB (Red+Green+Blue) = 241+39+121=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F12779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12779 is #0ED886. Grayscale: #6C6C6C. Windows color (decimal): -972935 or 7940081. OLE color: 7940081.
HSL color Cylindrical-coordinate representation of color #F12779: hue angle of 335.64º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12779 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 121 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.05 |
| HSL | 335.64º | 0.88% | 0.55% | - |
| HSV(B) | 335.64º | 0.84% | 0.95% | - |
| XYZ | 40.45 | 21.53 | 20.11 | - |
| YUV | 108.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 121 | 0 | 0.84 | 0.50 | 0.05 | 335.64 | 0.88 | 0.55 |
| Hex | F1 | 27 | 79 | 0 | 54 | 32 | 5 | 150 | 58 | 37 |
| Octal | 361 | 47 | 171 | 0 | 124 | 62 | 5 | 520 | 130 | 67 |
| Binary | 11110001 | 100111 | 1111001 | 0 | 1010100 | 110010 | 101 | 101010000 | 1011000 | 110111 |
Color Harmonies of #F12779
Complementary color
Monochromatic Colors of #F12779
Black with #F12779
Text Example
Text Example
White with #F12779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12779; }
p { color: rgb(241,39,121); }
H1.HeaderClassName
{
color: #F12779;
}
.AnyTagClassName
{
color: #F12779;
}
</style>
background-color css
<style>
a { background-color: #F12779; }
a { background-color: rgb(241,39,121); }
div.DivClassName
{
background-color: #F12779;
}
.BgClassName
{
background-color: #F12779;
}
</style>
border-color css
<style>
span { border-color: #F12779; }
span { border-color: rgb(241,39,121); }
td.TdClassName
{
border-color: #F12779;
}
.TagClassName
{
border-color: #F12779;
}
</style>