Shades of Shocking Pink #F800BC
Tints of Shocking Pink #F800BC
RGB
CMYK
RGB Variations
Color information
#F800BC (or 0xF800BC) is known color: Shocking Pink. HEX triplet: F8, 00 and BC. RGB value is (248,0,188). Sum of RGB (Red+Green+Blue) = 248+0+188=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F800BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800BC is #07FF43. Grayscale: #5F5F5F. Windows color (decimal): -524100 or 12321016. OLE color: 12321016.
HSL color Cylindrical-coordinate representation of color #F800BC: hue angle of 314.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800BC is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.24 | 0.03 |
| HSL | 314.52º | 1% | 0.49% | - |
| HSV(B) | 314.52º | 1% | 0.97% | - |
| XYZ | 47.79 | 23.59 | 49.61 | - |
| YUV | 95.58 | 180.16 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 188 | 0 | 1 | 0.24 | 0.03 | 314.52 | 1 | 0.49 |
| Hex | F8 | 0 | BC | 0 | 64 | 18 | 3 | 13B | 64 | 31 |
| Octal | 370 | 0 | 274 | 0 | 144 | 30 | 3 | 473 | 144 | 61 |
| Binary | 11111000 | 0 | 10111100 | 0 | 1100100 | 11000 | 11 | 100111011 | 1100100 | 110001 |
Color Harmonies of #F800BC
Complementary color
Monochromatic Colors of #F800BC
Black with #F800BC
Text Example
Text Example
White with #F800BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800BC; }
p { color: rgb(248,0,188); }
H1.HeaderClassName
{
color: #F800BC;
}
.AnyTagClassName
{
color: #F800BC;
}
</style>
background-color css
<style>
a { background-color: #F800BC; }
a { background-color: rgb(248,0,188); }
div.DivClassName
{
background-color: #F800BC;
}
.BgClassName
{
background-color: #F800BC;
}
</style>
border-color css
<style>
span { border-color: #F800BC; }
span { border-color: rgb(248,0,188); }
td.TdClassName
{
border-color: #F800BC;
}
.TagClassName
{
border-color: #F800BC;
}
</style>