Shades of Shocking Pink #F819DA
Tints of Shocking Pink #F819DA
RGB
CMYK
RGB Variations
Color information
#F819DA (or 0xF819DA) is known color: Shocking Pink. HEX triplet: F8, 19 and DA. RGB value is (248,25,218). Sum of RGB (Red+Green+Blue) = 248+25+218=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F819DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819DA is #07E625. Grayscale: #717171. Windows color (decimal): -517670 or 14293496. OLE color: 14293496.
HSL color Cylindrical-coordinate representation of color #F819DA: hue angle of 308.07º 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 #F819DA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 218 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 308.07º | 0.94% | 0.54% | - |
| HSV(B) | 308.07º | 0.9% | 0.97% | - |
| XYZ | 51.71 | 25.71 | 68.57 | - |
| YUV | 113.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 218 | 0 | 0.90 | 0.12 | 0.03 | 308.07 | 0.94 | 0.54 |
| Hex | F8 | 19 | DA | 0 | 5A | C | 3 | 134 | 5E | 36 |
| Octal | 370 | 31 | 332 | 0 | 132 | 14 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11001 | 11011010 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F819DA
Complementary color
Monochromatic Colors of #F819DA
Black with #F819DA
Text Example
Text Example
White with #F819DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819DA; }
p { color: rgb(248,25,218); }
H1.HeaderClassName
{
color: #F819DA;
}
.AnyTagClassName
{
color: #F819DA;
}
</style>
background-color css
<style>
a { background-color: #F819DA; }
a { background-color: rgb(248,25,218); }
div.DivClassName
{
background-color: #F819DA;
}
.BgClassName
{
background-color: #F819DA;
}
</style>
border-color css
<style>
span { border-color: #F819DA; }
span { border-color: rgb(248,25,218); }
td.TdClassName
{
border-color: #F819DA;
}
.TagClassName
{
border-color: #F819DA;
}
</style>