Shades of Shocking Pink #F010BB
Tints of Shocking Pink #F010BB
RGB
CMYK
RGB Variations
Color information
#F010BB (or 0xF010BB) is known color: Shocking Pink. HEX triplet: F0, 10 and BB. RGB value is (240,16,187). Sum of RGB (Red+Green+Blue) = 240+16+187=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F010BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010BB is #0FEF44. Grayscale: #666666. Windows color (decimal): -1044293 or 12259568. OLE color: 12259568.
HSL color Cylindrical-coordinate representation of color #F010BB: hue angle of 314.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010BB is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 187 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.06 |
| HSL | 314.2º | 0.88% | 0.5% | - |
| HSV(B) | 314.2º | 0.93% | 0.94% | - |
| XYZ | 45.09 | 22.48 | 48.98 | - |
| YUV | 102.47 | 175.71 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 187 | 0 | 0.93 | 0.22 | 0.06 | 314.2 | 0.88 | 0.5 |
| Hex | F0 | 10 | BB | 0 | 5D | 16 | 6 | 13A | 58 | 32 |
| Octal | 360 | 20 | 273 | 0 | 135 | 26 | 6 | 472 | 130 | 62 |
| Binary | 11110000 | 10000 | 10111011 | 0 | 1011101 | 10110 | 110 | 100111010 | 1011000 | 110010 |
Color Harmonies of #F010BB
Complementary color
Monochromatic Colors of #F010BB
Black with #F010BB
Text Example
Text Example
White with #F010BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010BB; }
p { color: rgb(240,16,187); }
H1.HeaderClassName
{
color: #F010BB;
}
.AnyTagClassName
{
color: #F010BB;
}
</style>
background-color css
<style>
a { background-color: #F010BB; }
a { background-color: rgb(240,16,187); }
div.DivClassName
{
background-color: #F010BB;
}
.BgClassName
{
background-color: #F010BB;
}
</style>
border-color css
<style>
span { border-color: #F010BB; }
span { border-color: rgb(240,16,187); }
td.TdClassName
{
border-color: #F010BB;
}
.TagClassName
{
border-color: #F010BB;
}
</style>