Shades of Deep Pink #F81997
Tints of Deep Pink #F81997
RGB
CMYK
RGB Variations
Color information
#F81997 (or 0xF81997) is known color: Deep Pink. HEX triplet: F8, 19 and 97. RGB value is (248,25,151). Sum of RGB (Red+Green+Blue) = 248+25+151=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F81997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81997 is #07E668. Grayscale: #696969. Windows color (decimal): -517737 or 9902584. OLE color: 9902584.
HSL color Cylindrical-coordinate representation of color #F81997: hue angle of 326.1º 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 #F81997 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 151 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.03 |
| HSL | 326.1º | 0.94% | 0.54% | - |
| HSV(B) | 326.1º | 0.9% | 0.97% | - |
| XYZ | 44.64 | 22.89 | 31.34 | - |
| YUV | 106.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 151 | 0 | 0.90 | 0.39 | 0.03 | 326.1 | 0.94 | 0.54 |
| Hex | F8 | 19 | 97 | 0 | 5A | 27 | 3 | 146 | 5E | 36 |
| Octal | 370 | 31 | 227 | 0 | 132 | 47 | 3 | 506 | 136 | 66 |
| Binary | 11111000 | 11001 | 10010111 | 0 | 1011010 | 100111 | 11 | 101000110 | 1011110 | 110110 |
Color Harmonies of #F81997
Complementary color
Monochromatic Colors of #F81997
Black with #F81997
Text Example
Text Example
White with #F81997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81997; }
p { color: rgb(248,25,151); }
H1.HeaderClassName
{
color: #F81997;
}
.AnyTagClassName
{
color: #F81997;
}
</style>
background-color css
<style>
a { background-color: #F81997; }
a { background-color: rgb(248,25,151); }
div.DivClassName
{
background-color: #F81997;
}
.BgClassName
{
background-color: #F81997;
}
</style>
border-color css
<style>
span { border-color: #F81997; }
span { border-color: rgb(248,25,151); }
td.TdClassName
{
border-color: #F81997;
}
.TagClassName
{
border-color: #F81997;
}
</style>