Shades of Shocking Pink #F810BC
Tints of Shocking Pink #F810BC
RGB
CMYK
RGB Variations
Color information
#F810BC (or 0xF810BC) is known color: Shocking Pink. HEX triplet: F8, 10 and BC. RGB value is (248,16,188). Sum of RGB (Red+Green+Blue) = 248+16+188=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F810BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810BC is #07EF43. Grayscale: #686868. Windows color (decimal): -520004 or 12325112. OLE color: 12325112.
HSL color Cylindrical-coordinate representation of color #F810BC: hue angle of 315.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810BC is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 188 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.03 |
| HSL | 315.52º | 0.94% | 0.52% | - |
| HSV(B) | 315.52º | 0.94% | 0.97% | - |
| XYZ | 47.97 | 23.96 | 49.67 | - |
| YUV | 104.98 | 174.86 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 188 | 0 | 0.94 | 0.24 | 0.03 | 315.52 | 0.94 | 0.52 |
| Hex | F8 | 10 | BC | 0 | 5E | 18 | 3 | 13C | 5E | 34 |
| Octal | 370 | 20 | 274 | 0 | 136 | 30 | 3 | 474 | 136 | 64 |
| Binary | 11111000 | 10000 | 10111100 | 0 | 1011110 | 11000 | 11 | 100111100 | 1011110 | 110100 |
Color Harmonies of #F810BC
Complementary color
Monochromatic Colors of #F810BC
Black with #F810BC
Text Example
Text Example
White with #F810BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810BC; }
p { color: rgb(248,16,188); }
H1.HeaderClassName
{
color: #F810BC;
}
.AnyTagClassName
{
color: #F810BC;
}
</style>
background-color css
<style>
a { background-color: #F810BC; }
a { background-color: rgb(248,16,188); }
div.DivClassName
{
background-color: #F810BC;
}
.BgClassName
{
background-color: #F810BC;
}
</style>
border-color css
<style>
span { border-color: #F810BC; }
span { border-color: rgb(248,16,188); }
td.TdClassName
{
border-color: #F810BC;
}
.TagClassName
{
border-color: #F810BC;
}
</style>