Shades of Shocking Pink #F811BC
Tints of Shocking Pink #F811BC
RGB
CMYK
RGB Variations
Color information
#F811BC (or 0xF811BC) is known color: Shocking Pink. HEX triplet: F8, 11 and BC. RGB value is (248,17,188). Sum of RGB (Red+Green+Blue) = 248+17+188=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F811BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811BC is #07EE43. Grayscale: #696969. Windows color (decimal): -519748 or 12325368. OLE color: 12325368.
HSL color Cylindrical-coordinate representation of color #F811BC: hue angle of 315.58º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811BC is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 188 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.03 |
| HSL | 315.58º | 0.94% | 0.52% | - |
| HSV(B) | 315.58º | 0.93% | 0.97% | - |
| XYZ | 47.99 | 23.99 | 49.68 | - |
| YUV | 105.56 | 174.53 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 188 | 0 | 0.93 | 0.24 | 0.03 | 315.58 | 0.94 | 0.52 |
| Hex | F8 | 11 | BC | 0 | 5D | 18 | 3 | 13C | 5E | 34 |
| Octal | 370 | 21 | 274 | 0 | 135 | 30 | 3 | 474 | 136 | 64 |
| Binary | 11111000 | 10001 | 10111100 | 0 | 1011101 | 11000 | 11 | 100111100 | 1011110 | 110100 |
Color Harmonies of #F811BC
Complementary color
Monochromatic Colors of #F811BC
Black with #F811BC
Text Example
Text Example
White with #F811BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811BC; }
p { color: rgb(248,17,188); }
H1.HeaderClassName
{
color: #F811BC;
}
.AnyTagClassName
{
color: #F811BC;
}
</style>
background-color css
<style>
a { background-color: #F811BC; }
a { background-color: rgb(248,17,188); }
div.DivClassName
{
background-color: #F811BC;
}
.BgClassName
{
background-color: #F811BC;
}
</style>
border-color css
<style>
span { border-color: #F811BC; }
span { border-color: rgb(248,17,188); }
td.TdClassName
{
border-color: #F811BC;
}
.TagClassName
{
border-color: #F811BC;
}
</style>