Shades of Deep Pink #F8147C
Tints of Deep Pink #F8147C
RGB
CMYK
RGB Variations
Color information
#F8147C (or 0xF8147C) is known color: Deep Pink. HEX triplet: F8, 14 and 7C. RGB value is (248,20,124). Sum of RGB (Red+Green+Blue) = 248+20+124=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8147C is #07EB83. Grayscale: #636363. Windows color (decimal): -519044 or 8131832. OLE color: 8131832.
HSL color Cylindrical-coordinate representation of color #F8147C: hue angle of 332.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8147C is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 124 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.03 |
| HSL | 332.63º | 0.94% | 0.53% | - |
| HSV(B) | 332.63º | 0.92% | 0.97% | - |
| XYZ | 42.6 | 21.91 | 21.05 | - |
| YUV | 100.03 | 141.54 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 124 | 0 | 0.92 | 0.5 | 0.03 | 332.63 | 0.94 | 0.53 |
| Hex | F8 | 14 | 7C | 0 | 5C | 32 | 3 | 14D | 5E | 35 |
| Octal | 370 | 24 | 174 | 0 | 134 | 62 | 3 | 515 | 136 | 65 |
| Binary | 11111000 | 10100 | 1111100 | 0 | 1011100 | 110010 | 11 | 101001101 | 1011110 | 110101 |
Color Harmonies of #F8147C
Complementary color
Monochromatic Colors of #F8147C
Black with #F8147C
Text Example
Text Example
White with #F8147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8147C; }
p { color: rgb(248,20,124); }
H1.HeaderClassName
{
color: #F8147C;
}
.AnyTagClassName
{
color: #F8147C;
}
</style>
background-color css
<style>
a { background-color: #F8147C; }
a { background-color: rgb(248,20,124); }
div.DivClassName
{
background-color: #F8147C;
}
.BgClassName
{
background-color: #F8147C;
}
</style>
border-color css
<style>
span { border-color: #F8147C; }
span { border-color: rgb(248,20,124); }
td.TdClassName
{
border-color: #F8147C;
}
.TagClassName
{
border-color: #F8147C;
}
</style>