Shades of Deep Pink #F81879
Tints of Deep Pink #F81879
RGB
CMYK
RGB Variations
Color information
#F81879 (or 0xF81879) is known color: Deep Pink. HEX triplet: F8, 18 and 79. RGB value is (248,24,121). Sum of RGB (Red+Green+Blue) = 248+24+121=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F81879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81879 is #07E786. Grayscale: #656565. Windows color (decimal): -518023 or 7936248. OLE color: 7936248.
HSL color Cylindrical-coordinate representation of color #F81879: hue angle of 334.02º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81879 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 121 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.03 |
| HSL | 334.02º | 0.94% | 0.53% | - |
| HSV(B) | 334.02º | 0.9% | 0.97% | - |
| XYZ | 42.49 | 21.99 | 20.09 | - |
| YUV | 102.03 | 138.71 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 121 | 0 | 0.90 | 0.51 | 0.03 | 334.02 | 0.94 | 0.53 |
| Hex | F8 | 18 | 79 | 0 | 5A | 33 | 3 | 14E | 5E | 35 |
| Octal | 370 | 30 | 171 | 0 | 132 | 63 | 3 | 516 | 136 | 65 |
| Binary | 11111000 | 11000 | 1111001 | 0 | 1011010 | 110011 | 11 | 101001110 | 1011110 | 110101 |
Color Harmonies of #F81879
Complementary color
Monochromatic Colors of #F81879
Black with #F81879
Text Example
Text Example
White with #F81879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81879; }
p { color: rgb(248,24,121); }
H1.HeaderClassName
{
color: #F81879;
}
.AnyTagClassName
{
color: #F81879;
}
</style>
background-color css
<style>
a { background-color: #F81879; }
a { background-color: rgb(248,24,121); }
div.DivClassName
{
background-color: #F81879;
}
.BgClassName
{
background-color: #F81879;
}
</style>
border-color css
<style>
span { border-color: #F81879; }
span { border-color: rgb(248,24,121); }
td.TdClassName
{
border-color: #F81879;
}
.TagClassName
{
border-color: #F81879;
}
</style>