Shades of Deep Pink #F81979
Tints of Deep Pink #F81979
RGB
CMYK
RGB Variations
Color information
#F81979 (or 0xF81979) is known color: Deep Pink. HEX triplet: F8, 19 and 79. RGB value is (248,25,121). Sum of RGB (Red+Green+Blue) = 248+25+121=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F81979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81979 is #07E686. Grayscale: #666666. Windows color (decimal): -517767 or 7936504. OLE color: 7936504.
HSL color Cylindrical-coordinate representation of color #F81979: hue angle of 334.17º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81979 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 121 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.03 |
| HSL | 334.17º | 0.94% | 0.54% | - |
| HSV(B) | 334.17º | 0.9% | 0.97% | - |
| XYZ | 42.51 | 22.03 | 20.1 | - |
| YUV | 102.62 | 138.38 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 121 | 0 | 0.90 | 0.51 | 0.03 | 334.17 | 0.94 | 0.54 |
| Hex | F8 | 19 | 79 | 0 | 5A | 33 | 3 | 14E | 5E | 36 |
| Octal | 370 | 31 | 171 | 0 | 132 | 63 | 3 | 516 | 136 | 66 |
| Binary | 11111000 | 11001 | 1111001 | 0 | 1011010 | 110011 | 11 | 101001110 | 1011110 | 110110 |
Color Harmonies of #F81979
Complementary color
Monochromatic Colors of #F81979
Black with #F81979
Text Example
Text Example
White with #F81979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81979; }
p { color: rgb(248,25,121); }
H1.HeaderClassName
{
color: #F81979;
}
.AnyTagClassName
{
color: #F81979;
}
</style>
background-color css
<style>
a { background-color: #F81979; }
a { background-color: rgb(248,25,121); }
div.DivClassName
{
background-color: #F81979;
}
.BgClassName
{
background-color: #F81979;
}
</style>
border-color css
<style>
span { border-color: #F81979; }
span { border-color: rgb(248,25,121); }
td.TdClassName
{
border-color: #F81979;
}
.TagClassName
{
border-color: #F81979;
}
</style>