Shades of Shocking Pink #F819D9
Tints of Shocking Pink #F819D9
RGB
CMYK
RGB Variations
Color information
#F819D9 (or 0xF819D9) is known color: Shocking Pink. HEX triplet: F8, 19 and D9. RGB value is (248,25,217). Sum of RGB (Red+Green+Blue) = 248+25+217=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F819D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819D9 is #07E626. Grayscale: #717171. Windows color (decimal): -517671 or 14227960. OLE color: 14227960.
HSL color Cylindrical-coordinate representation of color #F819D9: hue angle of 308.34º 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 #F819D9 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 217 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 308.34º | 0.94% | 0.54% | - |
| HSV(B) | 308.34º | 0.9% | 0.97% | - |
| XYZ | 51.58 | 25.66 | 67.88 | - |
| YUV | 113.57 | 186.38 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 217 | 0 | 0.90 | 0.12 | 0.03 | 308.34 | 0.94 | 0.54 |
| Hex | F8 | 19 | D9 | 0 | 5A | C | 3 | 134 | 5E | 36 |
| Octal | 370 | 31 | 331 | 0 | 132 | 14 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11001 | 11011001 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F819D9
Complementary color
Monochromatic Colors of #F819D9
Black with #F819D9
Text Example
Text Example
White with #F819D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819D9; }
p { color: rgb(248,25,217); }
H1.HeaderClassName
{
color: #F819D9;
}
.AnyTagClassName
{
color: #F819D9;
}
</style>
background-color css
<style>
a { background-color: #F819D9; }
a { background-color: rgb(248,25,217); }
div.DivClassName
{
background-color: #F819D9;
}
.BgClassName
{
background-color: #F819D9;
}
</style>
border-color css
<style>
span { border-color: #F819D9; }
span { border-color: rgb(248,25,217); }
td.TdClassName
{
border-color: #F819D9;
}
.TagClassName
{
border-color: #F819D9;
}
</style>