Shades of Deep Pink #F81878
Tints of Deep Pink #F81878
RGB
CMYK
RGB Variations
Color information
#F81878 (or 0xF81878) is known color: Deep Pink. HEX triplet: F8, 18 and 78. RGB value is (248,24,120). Sum of RGB (Red+Green+Blue) = 248+24+120=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F81878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81878 is #07E787. Grayscale: #656565. Windows color (decimal): -518024 or 7870712. OLE color: 7870712.
HSL color Cylindrical-coordinate representation of color #F81878: hue angle of 334.29º 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 #F81878 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 120 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.03 |
| HSL | 334.29º | 0.94% | 0.53% | - |
| HSV(B) | 334.29º | 0.9% | 0.97% | - |
| XYZ | 42.43 | 21.97 | 19.77 | - |
| YUV | 101.92 | 138.21 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 120 | 0 | 0.90 | 0.52 | 0.03 | 334.29 | 0.94 | 0.53 |
| Hex | F8 | 18 | 78 | 0 | 5A | 34 | 3 | 14E | 5E | 35 |
| Octal | 370 | 30 | 170 | 0 | 132 | 64 | 3 | 516 | 136 | 65 |
| Binary | 11111000 | 11000 | 1111000 | 0 | 1011010 | 110100 | 11 | 101001110 | 1011110 | 110101 |
Color Harmonies of #F81878
Complementary color
Monochromatic Colors of #F81878
Black with #F81878
Text Example
Text Example
White with #F81878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81878; }
p { color: rgb(248,24,120); }
H1.HeaderClassName
{
color: #F81878;
}
.AnyTagClassName
{
color: #F81878;
}
</style>
background-color css
<style>
a { background-color: #F81878; }
a { background-color: rgb(248,24,120); }
div.DivClassName
{
background-color: #F81878;
}
.BgClassName
{
background-color: #F81878;
}
</style>
border-color css
<style>
span { border-color: #F81878; }
span { border-color: rgb(248,24,120); }
td.TdClassName
{
border-color: #F81878;
}
.TagClassName
{
border-color: #F81878;
}
</style>