Shades of Deep Pink #F11779
Tints of Deep Pink #F11779
RGB
CMYK
RGB Variations
Color information
#F11779 (or 0xF11779) is known color: Deep Pink. HEX triplet: F1, 17 and 79. RGB value is (241,23,121). Sum of RGB (Red+Green+Blue) = 241+23+121=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F11779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11779 is #0EE886. Grayscale: #636363. Windows color (decimal): -977031 or 7935985. OLE color: 7935985.
HSL color Cylindrical-coordinate representation of color #F11779: hue angle of 333.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11779 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 121 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.05 |
| HSL | 333.03º | 0.89% | 0.52% | - |
| HSV(B) | 333.03º | 0.9% | 0.95% | - |
| XYZ | 40.03 | 20.69 | 19.97 | - |
| YUV | 99.35 | 140.22 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 121 | 0 | 0.90 | 0.50 | 0.05 | 333.03 | 0.89 | 0.52 |
| Hex | F1 | 17 | 79 | 0 | 5A | 32 | 5 | 14D | 59 | 34 |
| Octal | 361 | 27 | 171 | 0 | 132 | 62 | 5 | 515 | 131 | 64 |
| Binary | 11110001 | 10111 | 1111001 | 0 | 1011010 | 110010 | 101 | 101001101 | 1011001 | 110100 |
Color Harmonies of #F11779
Complementary color
Monochromatic Colors of #F11779
Black with #F11779
Text Example
Text Example
White with #F11779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11779; }
p { color: rgb(241,23,121); }
H1.HeaderClassName
{
color: #F11779;
}
.AnyTagClassName
{
color: #F11779;
}
</style>
background-color css
<style>
a { background-color: #F11779; }
a { background-color: rgb(241,23,121); }
div.DivClassName
{
background-color: #F11779;
}
.BgClassName
{
background-color: #F11779;
}
</style>
border-color css
<style>
span { border-color: #F11779; }
span { border-color: rgb(241,23,121); }
td.TdClassName
{
border-color: #F11779;
}
.TagClassName
{
border-color: #F11779;
}
</style>