Shades of Shocking Pink #F810BD
Tints of Shocking Pink #F810BD
RGB
CMYK
RGB Variations
Color information
#F810BD (or 0xF810BD) is known color: Shocking Pink. HEX triplet: F8, 10 and BD. RGB value is (248,16,189). Sum of RGB (Red+Green+Blue) = 248+16+189=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F810BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810BD is #07EF42. Grayscale: #686868. Windows color (decimal): -520003 or 12390648. OLE color: 12390648.
HSL color Cylindrical-coordinate representation of color #F810BD: hue angle of 315.26º 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 #F810BD is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 189 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.03 |
| HSL | 315.26º | 0.94% | 0.52% | - |
| HSV(B) | 315.26º | 0.94% | 0.97% | - |
| XYZ | 48.08 | 24 | 50.24 | - |
| YUV | 105.09 | 175.36 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 189 | 0 | 0.94 | 0.24 | 0.03 | 315.26 | 0.94 | 0.52 |
| Hex | F8 | 10 | BD | 0 | 5E | 18 | 3 | 13B | 5E | 34 |
| Octal | 370 | 20 | 275 | 0 | 136 | 30 | 3 | 473 | 136 | 64 |
| Binary | 11111000 | 10000 | 10111101 | 0 | 1011110 | 11000 | 11 | 100111011 | 1011110 | 110100 |
Color Harmonies of #F810BD
Complementary color
Monochromatic Colors of #F810BD
Black with #F810BD
Text Example
Text Example
White with #F810BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810BD; }
p { color: rgb(248,16,189); }
H1.HeaderClassName
{
color: #F810BD;
}
.AnyTagClassName
{
color: #F810BD;
}
</style>
background-color css
<style>
a { background-color: #F810BD; }
a { background-color: rgb(248,16,189); }
div.DivClassName
{
background-color: #F810BD;
}
.BgClassName
{
background-color: #F810BD;
}
</style>
border-color css
<style>
span { border-color: #F810BD; }
span { border-color: rgb(248,16,189); }
td.TdClassName
{
border-color: #F810BD;
}
.TagClassName
{
border-color: #F810BD;
}
</style>