Shades of Shocking Pink #F819BC
Tints of Shocking Pink #F819BC
RGB
CMYK
RGB Variations
Color information
#F819BC (or 0xF819BC) is known color: Shocking Pink. HEX triplet: F8, 19 and BC. RGB value is (248,25,188). Sum of RGB (Red+Green+Blue) = 248+25+188=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F819BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819BC is #07E643. Grayscale: #6D6D6D. Windows color (decimal): -517700 or 12327416. OLE color: 12327416.
HSL color Cylindrical-coordinate representation of color #F819BC: hue angle of 316.14º 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 #F819BC is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 188 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.03 |
| HSL | 316.14º | 0.94% | 0.54% | - |
| HSV(B) | 316.14º | 0.9% | 0.97% | - |
| XYZ | 48.14 | 24.28 | 49.73 | - |
| YUV | 110.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 188 | 0 | 0.90 | 0.24 | 0.03 | 316.14 | 0.94 | 0.54 |
| Hex | F8 | 19 | BC | 0 | 5A | 18 | 3 | 13C | 5E | 36 |
| Octal | 370 | 31 | 274 | 0 | 132 | 30 | 3 | 474 | 136 | 66 |
| Binary | 11111000 | 11001 | 10111100 | 0 | 1011010 | 11000 | 11 | 100111100 | 1011110 | 110110 |
Color Harmonies of #F819BC
Complementary color
Monochromatic Colors of #F819BC
Black with #F819BC
Text Example
Text Example
White with #F819BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819BC; }
p { color: rgb(248,25,188); }
H1.HeaderClassName
{
color: #F819BC;
}
.AnyTagClassName
{
color: #F819BC;
}
</style>
background-color css
<style>
a { background-color: #F819BC; }
a { background-color: rgb(248,25,188); }
div.DivClassName
{
background-color: #F819BC;
}
.BgClassName
{
background-color: #F819BC;
}
</style>
border-color css
<style>
span { border-color: #F819BC; }
span { border-color: rgb(248,25,188); }
td.TdClassName
{
border-color: #F819BC;
}
.TagClassName
{
border-color: #F819BC;
}
</style>