Shades of Shocking Pink #F81BBE
Tints of Shocking Pink #F81BBE
RGB
CMYK
RGB Variations
Color information
#F81BBE (or 0xF81BBE) is known color: Shocking Pink. HEX triplet: F8, 1B and BE. RGB value is (248,27,190). Sum of RGB (Red+Green+Blue) = 248+27+190=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81BBE is #07E441. Grayscale: #6F6F6F. Windows color (decimal): -517186 or 12459000. OLE color: 12459000.
HSL color Cylindrical-coordinate representation of color #F81BBE: hue angle of 315.75º 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 #F81BBE is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 190 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.03 |
| HSL | 315.75º | 0.94% | 0.54% | - |
| HSV(B) | 315.75º | 0.89% | 0.97% | - |
| XYZ | 48.4 | 24.46 | 50.89 | - |
| YUV | 111.66 | 172.22 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 190 | 0 | 0.89 | 0.23 | 0.03 | 315.75 | 0.94 | 0.54 |
| Hex | F8 | 1B | BE | 0 | 59 | 17 | 3 | 13C | 5E | 36 |
| Octal | 370 | 33 | 276 | 0 | 131 | 27 | 3 | 474 | 136 | 66 |
| Binary | 11111000 | 11011 | 10111110 | 0 | 1011001 | 10111 | 11 | 100111100 | 1011110 | 110110 |
Color Harmonies of #F81BBE
Complementary color
Monochromatic Colors of #F81BBE
Black with #F81BBE
Text Example
Text Example
White with #F81BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BBE; }
p { color: rgb(248,27,190); }
H1.HeaderClassName
{
color: #F81BBE;
}
.AnyTagClassName
{
color: #F81BBE;
}
</style>
background-color css
<style>
a { background-color: #F81BBE; }
a { background-color: rgb(248,27,190); }
div.DivClassName
{
background-color: #F81BBE;
}
.BgClassName
{
background-color: #F81BBE;
}
</style>
border-color css
<style>
span { border-color: #F81BBE; }
span { border-color: rgb(248,27,190); }
td.TdClassName
{
border-color: #F81BBE;
}
.TagClassName
{
border-color: #F81BBE;
}
</style>