Shades of Deep Pink #F11979
Tints of Deep Pink #F11979
RGB
CMYK
RGB Variations
Color information
#F11979 (or 0xF11979) is known color: Deep Pink. HEX triplet: F1, 19 and 79. RGB value is (241,25,121). Sum of RGB (Red+Green+Blue) = 241+25+121=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F11979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11979 is #0EE686. Grayscale: #646464. Windows color (decimal): -976519 or 7936497. OLE color: 7936497.
HSL color Cylindrical-coordinate representation of color #F11979: hue angle of 333.33º 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 #F11979 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 121 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.05 |
| HSL | 333.33º | 0.89% | 0.52% | - |
| HSV(B) | 333.33º | 0.9% | 0.95% | - |
| XYZ | 40.07 | 20.78 | 19.99 | - |
| YUV | 100.53 | 139.56 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 121 | 0 | 0.90 | 0.50 | 0.05 | 333.33 | 0.89 | 0.52 |
| Hex | F1 | 19 | 79 | 0 | 5A | 32 | 5 | 14D | 59 | 34 |
| Octal | 361 | 31 | 171 | 0 | 132 | 62 | 5 | 515 | 131 | 64 |
| Binary | 11110001 | 11001 | 1111001 | 0 | 1011010 | 110010 | 101 | 101001101 | 1011001 | 110100 |
Color Harmonies of #F11979
Complementary color
Monochromatic Colors of #F11979
Black with #F11979
Text Example
Text Example
White with #F11979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11979; }
p { color: rgb(241,25,121); }
H1.HeaderClassName
{
color: #F11979;
}
.AnyTagClassName
{
color: #F11979;
}
</style>
background-color css
<style>
a { background-color: #F11979; }
a { background-color: rgb(241,25,121); }
div.DivClassName
{
background-color: #F11979;
}
.BgClassName
{
background-color: #F11979;
}
</style>
border-color css
<style>
span { border-color: #F11979; }
span { border-color: rgb(241,25,121); }
td.TdClassName
{
border-color: #F11979;
}
.TagClassName
{
border-color: #F11979;
}
</style>