Shades of Shocking Pink #F81BC0
Tints of Shocking Pink #F81BC0
RGB
CMYK
RGB Variations
Color information
#F81BC0 (or 0xF81BC0) is known color: Shocking Pink. HEX triplet: F8, 1B and C0. RGB value is (248,27,192). Sum of RGB (Red+Green+Blue) = 248+27+192=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81BC0 is #07E43F. Grayscale: #6F6F6F. Windows color (decimal): -517184 or 12590072. OLE color: 12590072.
HSL color Cylindrical-coordinate representation of color #F81BC0: hue angle of 315.2º 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 #F81BC0 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 192 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.03 |
| HSL | 315.2º | 0.94% | 0.54% | - |
| HSV(B) | 315.2º | 0.89% | 0.97% | - |
| XYZ | 48.62 | 24.55 | 52.04 | - |
| YUV | 111.89 | 173.22 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 192 | 0 | 0.89 | 0.23 | 0.03 | 315.2 | 0.94 | 0.54 |
| Hex | F8 | 1B | C0 | 0 | 59 | 17 | 3 | 13B | 5E | 36 |
| Octal | 370 | 33 | 300 | 0 | 131 | 27 | 3 | 473 | 136 | 66 |
| Binary | 11111000 | 11011 | 11000000 | 0 | 1011001 | 10111 | 11 | 100111011 | 1011110 | 110110 |
Color Harmonies of #F81BC0
Complementary color
Monochromatic Colors of #F81BC0
Black with #F81BC0
Text Example
Text Example
White with #F81BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BC0; }
p { color: rgb(248,27,192); }
H1.HeaderClassName
{
color: #F81BC0;
}
.AnyTagClassName
{
color: #F81BC0;
}
</style>
background-color css
<style>
a { background-color: #F81BC0; }
a { background-color: rgb(248,27,192); }
div.DivClassName
{
background-color: #F81BC0;
}
.BgClassName
{
background-color: #F81BC0;
}
</style>
border-color css
<style>
span { border-color: #F81BC0; }
span { border-color: rgb(248,27,192); }
td.TdClassName
{
border-color: #F81BC0;
}
.TagClassName
{
border-color: #F81BC0;
}
</style>