Shades of Shocking Pink #F81CC0
Tints of Shocking Pink #F81CC0
RGB
CMYK
RGB Variations
Color information
#F81CC0 (or 0xF81CC0) is known color: Shocking Pink. HEX triplet: F8, 1C and C0. RGB value is (248,28,192). Sum of RGB (Red+Green+Blue) = 248+28+192=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CC0 is #07E33F. Grayscale: #707070. Windows color (decimal): -516928 or 12590328. OLE color: 12590328.
HSL color Cylindrical-coordinate representation of color #F81CC0: hue angle of 315.27º 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 #F81CC0 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 192 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.03 |
| HSL | 315.27º | 0.94% | 0.54% | - |
| HSV(B) | 315.27º | 0.89% | 0.97% | - |
| XYZ | 48.64 | 24.59 | 52.05 | - |
| YUV | 112.48 | 172.89 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 192 | 0 | 0.89 | 0.23 | 0.03 | 315.27 | 0.94 | 0.54 |
| Hex | F8 | 1C | C0 | 0 | 59 | 17 | 3 | 13B | 5E | 36 |
| Octal | 370 | 34 | 300 | 0 | 131 | 27 | 3 | 473 | 136 | 66 |
| Binary | 11111000 | 11100 | 11000000 | 0 | 1011001 | 10111 | 11 | 100111011 | 1011110 | 110110 |
Color Harmonies of #F81CC0
Complementary color
Monochromatic Colors of #F81CC0
Black with #F81CC0
Text Example
Text Example
White with #F81CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CC0; }
p { color: rgb(248,28,192); }
H1.HeaderClassName
{
color: #F81CC0;
}
.AnyTagClassName
{
color: #F81CC0;
}
</style>
background-color css
<style>
a { background-color: #F81CC0; }
a { background-color: rgb(248,28,192); }
div.DivClassName
{
background-color: #F81CC0;
}
.BgClassName
{
background-color: #F81CC0;
}
</style>
border-color css
<style>
span { border-color: #F81CC0; }
span { border-color: rgb(248,28,192); }
td.TdClassName
{
border-color: #F81CC0;
}
.TagClassName
{
border-color: #F81CC0;
}
</style>