Shades of Shocking Pink #F81CBC
Tints of Shocking Pink #F81CBC
RGB
CMYK
RGB Variations
Color information
#F81CBC (or 0xF81CBC) is known color: Shocking Pink. HEX triplet: F8, 1C and BC. RGB value is (248,28,188). Sum of RGB (Red+Green+Blue) = 248+28+188=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CBC is #07E343. Grayscale: #6F6F6F. Windows color (decimal): -516932 or 12328184. OLE color: 12328184.
HSL color Cylindrical-coordinate representation of color #F81CBC: hue angle of 316.36º 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 #F81CBC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 188 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.03 |
| HSL | 316.36º | 0.94% | 0.54% | - |
| HSV(B) | 316.36º | 0.89% | 0.97% | - |
| XYZ | 48.2 | 24.42 | 49.75 | - |
| YUV | 112.02 | 170.89 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 188 | 0 | 0.89 | 0.24 | 0.03 | 316.36 | 0.94 | 0.54 |
| Hex | F8 | 1C | BC | 0 | 59 | 18 | 3 | 13C | 5E | 36 |
| Octal | 370 | 34 | 274 | 0 | 131 | 30 | 3 | 474 | 136 | 66 |
| Binary | 11111000 | 11100 | 10111100 | 0 | 1011001 | 11000 | 11 | 100111100 | 1011110 | 110110 |
Color Harmonies of #F81CBC
Complementary color
Monochromatic Colors of #F81CBC
Black with #F81CBC
Text Example
Text Example
White with #F81CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CBC; }
p { color: rgb(248,28,188); }
H1.HeaderClassName
{
color: #F81CBC;
}
.AnyTagClassName
{
color: #F81CBC;
}
</style>
background-color css
<style>
a { background-color: #F81CBC; }
a { background-color: rgb(248,28,188); }
div.DivClassName
{
background-color: #F81CBC;
}
.BgClassName
{
background-color: #F81CBC;
}
</style>
border-color css
<style>
span { border-color: #F81CBC; }
span { border-color: rgb(248,28,188); }
td.TdClassName
{
border-color: #F81CBC;
}
.TagClassName
{
border-color: #F81CBC;
}
</style>