Shades of Shocking Pink #F81CC8
Tints of Shocking Pink #F81CC8
RGB
CMYK
RGB Variations
Color information
#F81CC8 (or 0xF81CC8) is known color: Shocking Pink. HEX triplet: F8, 1C and C8. RGB value is (248,28,200). Sum of RGB (Red+Green+Blue) = 248+28+200=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CC8 is #07E337. Grayscale: #707070. Windows color (decimal): -516920 or 13114616. OLE color: 13114616.
HSL color Cylindrical-coordinate representation of color #F81CC8: hue angle of 313.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CC8 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 200 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.03 |
| HSL | 313.09º | 0.94% | 0.54% | - |
| HSV(B) | 313.09º | 0.89% | 0.97% | - |
| XYZ | 49.55 | 24.96 | 56.85 | - |
| YUV | 113.39 | 176.89 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 200 | 0 | 0.89 | 0.19 | 0.03 | 313.09 | 0.94 | 0.54 |
| Hex | F8 | 1C | C8 | 0 | 59 | 13 | 3 | 139 | 5E | 36 |
| Octal | 370 | 34 | 310 | 0 | 131 | 23 | 3 | 471 | 136 | 66 |
| Binary | 11111000 | 11100 | 11001000 | 0 | 1011001 | 10011 | 11 | 100111001 | 1011110 | 110110 |
Color Harmonies of #F81CC8
Complementary color
Monochromatic Colors of #F81CC8
Black with #F81CC8
Text Example
Text Example
White with #F81CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CC8; }
p { color: rgb(248,28,200); }
H1.HeaderClassName
{
color: #F81CC8;
}
.AnyTagClassName
{
color: #F81CC8;
}
</style>
background-color css
<style>
a { background-color: #F81CC8; }
a { background-color: rgb(248,28,200); }
div.DivClassName
{
background-color: #F81CC8;
}
.BgClassName
{
background-color: #F81CC8;
}
</style>
border-color css
<style>
span { border-color: #F81CC8; }
span { border-color: rgb(248,28,200); }
td.TdClassName
{
border-color: #F81CC8;
}
.TagClassName
{
border-color: #F81CC8;
}
</style>