Shades of Shocking Pink #F819D0
Tints of Shocking Pink #F819D0
RGB
CMYK
RGB Variations
Color information
#F819D0 (or 0xF819D0) is known color: Shocking Pink. HEX triplet: F8, 19 and D0. RGB value is (248,25,208). Sum of RGB (Red+Green+Blue) = 248+25+208=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F819D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819D0 is #07E62F. Grayscale: #707070. Windows color (decimal): -517680 or 13638136. OLE color: 13638136.
HSL color Cylindrical-coordinate representation of color #F819D0: hue angle of 310.76º 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 #F819D0 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 208 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.03 |
| HSL | 310.76º | 0.94% | 0.54% | - |
| HSV(B) | 310.76º | 0.9% | 0.97% | - |
| XYZ | 50.44 | 25.21 | 61.88 | - |
| YUV | 112.54 | 181.88 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 208 | 0 | 0.90 | 0.16 | 0.03 | 310.76 | 0.94 | 0.54 |
| Hex | F8 | 19 | D0 | 0 | 5A | 10 | 3 | 137 | 5E | 36 |
| Octal | 370 | 31 | 320 | 0 | 132 | 20 | 3 | 467 | 136 | 66 |
| Binary | 11111000 | 11001 | 11010000 | 0 | 1011010 | 10000 | 11 | 100110111 | 1011110 | 110110 |
Color Harmonies of #F819D0
Complementary color
Monochromatic Colors of #F819D0
Black with #F819D0
Text Example
Text Example
White with #F819D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819D0; }
p { color: rgb(248,25,208); }
H1.HeaderClassName
{
color: #F819D0;
}
.AnyTagClassName
{
color: #F819D0;
}
</style>
background-color css
<style>
a { background-color: #F819D0; }
a { background-color: rgb(248,25,208); }
div.DivClassName
{
background-color: #F819D0;
}
.BgClassName
{
background-color: #F819D0;
}
</style>
border-color css
<style>
span { border-color: #F819D0; }
span { border-color: rgb(248,25,208); }
td.TdClassName
{
border-color: #F819D0;
}
.TagClassName
{
border-color: #F819D0;
}
</style>