Shades of Deep Pink #F81078
Tints of Deep Pink #F81078
RGB
CMYK
RGB Variations
Color information
#F81078 (or 0xF81078) is known color: Deep Pink. HEX triplet: F8, 10 and 78. RGB value is (248,16,120). Sum of RGB (Red+Green+Blue) = 248+16+120=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F81078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81078 is #07EF87. Grayscale: #616161. Windows color (decimal): -520072 or 7868664. OLE color: 7868664.
HSL color Cylindrical-coordinate representation of color #F81078: hue angle of 333.1º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81078 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 120 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.03 |
| HSL | 333.1º | 0.94% | 0.52% | - |
| HSV(B) | 333.1º | 0.94% | 0.97% | - |
| XYZ | 42.29 | 21.68 | 19.73 | - |
| YUV | 97.22 | 140.86 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 120 | 0 | 0.94 | 0.52 | 0.03 | 333.1 | 0.94 | 0.52 |
| Hex | F8 | 10 | 78 | 0 | 5E | 34 | 3 | 14D | 5E | 34 |
| Octal | 370 | 20 | 170 | 0 | 136 | 64 | 3 | 515 | 136 | 64 |
| Binary | 11111000 | 10000 | 1111000 | 0 | 1011110 | 110100 | 11 | 101001101 | 1011110 | 110100 |
Color Harmonies of #F81078
Complementary color
Monochromatic Colors of #F81078
Black with #F81078
Text Example
Text Example
White with #F81078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81078; }
p { color: rgb(248,16,120); }
H1.HeaderClassName
{
color: #F81078;
}
.AnyTagClassName
{
color: #F81078;
}
</style>
background-color css
<style>
a { background-color: #F81078; }
a { background-color: rgb(248,16,120); }
div.DivClassName
{
background-color: #F81078;
}
.BgClassName
{
background-color: #F81078;
}
</style>
border-color css
<style>
span { border-color: #F81078; }
span { border-color: rgb(248,16,120); }
td.TdClassName
{
border-color: #F81078;
}
.TagClassName
{
border-color: #F81078;
}
</style>