Shades of Shocking Pink #F819CB
Tints of Shocking Pink #F819CB
RGB
CMYK
RGB Variations
Color information
#F819CB (or 0xF819CB) is known color: Shocking Pink. HEX triplet: F8, 19 and CB. RGB value is (248,25,203). Sum of RGB (Red+Green+Blue) = 248+25+203=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F819CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819CB is #07E634. Grayscale: #6F6F6F. Windows color (decimal): -517685 or 13310456. OLE color: 13310456.
HSL color Cylindrical-coordinate representation of color #F819CB: hue angle of 312.11º 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 #F819CB is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 203 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.03 |
| HSL | 312.11º | 0.94% | 0.54% | - |
| HSV(B) | 312.11º | 0.9% | 0.97% | - |
| XYZ | 49.84 | 24.96 | 58.69 | - |
| YUV | 111.97 | 179.38 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 203 | 0 | 0.90 | 0.18 | 0.03 | 312.11 | 0.94 | 0.54 |
| Hex | F8 | 19 | CB | 0 | 5A | 12 | 3 | 138 | 5E | 36 |
| Octal | 370 | 31 | 313 | 0 | 132 | 22 | 3 | 470 | 136 | 66 |
| Binary | 11111000 | 11001 | 11001011 | 0 | 1011010 | 10010 | 11 | 100111000 | 1011110 | 110110 |
Color Harmonies of #F819CB
Complementary color
Monochromatic Colors of #F819CB
Black with #F819CB
Text Example
Text Example
White with #F819CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819CB; }
p { color: rgb(248,25,203); }
H1.HeaderClassName
{
color: #F819CB;
}
.AnyTagClassName
{
color: #F819CB;
}
</style>
background-color css
<style>
a { background-color: #F819CB; }
a { background-color: rgb(248,25,203); }
div.DivClassName
{
background-color: #F819CB;
}
.BgClassName
{
background-color: #F819CB;
}
</style>
border-color css
<style>
span { border-color: #F819CB; }
span { border-color: rgb(248,25,203); }
td.TdClassName
{
border-color: #F819CB;
}
.TagClassName
{
border-color: #F819CB;
}
</style>