Shades of Deep Pink #F8197C
Tints of Deep Pink #F8197C
RGB
CMYK
RGB Variations
Color information
#F8197C (or 0xF8197C) is known color: Deep Pink. HEX triplet: F8, 19 and 7C. RGB value is (248,25,124). Sum of RGB (Red+Green+Blue) = 248+25+124=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F8197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8197C is #07E683. Grayscale: #666666. Windows color (decimal): -517764 or 8133112. OLE color: 8133112.
HSL color Cylindrical-coordinate representation of color #F8197C: hue angle of 333.36º 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 #F8197C is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 124 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.03 |
| HSL | 333.36º | 0.94% | 0.54% | - |
| HSV(B) | 333.36º | 0.9% | 0.97% | - |
| XYZ | 42.7 | 22.11 | 21.09 | - |
| YUV | 102.96 | 139.88 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 124 | 0 | 0.90 | 0.5 | 0.03 | 333.36 | 0.94 | 0.54 |
| Hex | F8 | 19 | 7C | 0 | 5A | 32 | 3 | 14D | 5E | 36 |
| Octal | 370 | 31 | 174 | 0 | 132 | 62 | 3 | 515 | 136 | 66 |
| Binary | 11111000 | 11001 | 1111100 | 0 | 1011010 | 110010 | 11 | 101001101 | 1011110 | 110110 |
Color Harmonies of #F8197C
Complementary color
Monochromatic Colors of #F8197C
Black with #F8197C
Text Example
Text Example
White with #F8197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8197C; }
p { color: rgb(248,25,124); }
H1.HeaderClassName
{
color: #F8197C;
}
.AnyTagClassName
{
color: #F8197C;
}
</style>
background-color css
<style>
a { background-color: #F8197C; }
a { background-color: rgb(248,25,124); }
div.DivClassName
{
background-color: #F8197C;
}
.BgClassName
{
background-color: #F8197C;
}
</style>
border-color css
<style>
span { border-color: #F8197C; }
span { border-color: rgb(248,25,124); }
td.TdClassName
{
border-color: #F8197C;
}
.TagClassName
{
border-color: #F8197C;
}
</style>