Shades of Shocking Pink #F010BD
Tints of Shocking Pink #F010BD
RGB
CMYK
RGB Variations
Color information
#F010BD (or 0xF010BD) is known color: Shocking Pink. HEX triplet: F0, 10 and BD. RGB value is (240,16,189). Sum of RGB (Red+Green+Blue) = 240+16+189=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F010BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010BD is #0FEF42. Grayscale: #666666. Windows color (decimal): -1044291 or 12390640. OLE color: 12390640.
HSL color Cylindrical-coordinate representation of color #F010BD: hue angle of 313.66º 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 #F010BD is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.06 |
| HSL | 313.66º | 0.88% | 0.5% | - |
| HSV(B) | 313.66º | 0.93% | 0.94% | - |
| XYZ | 45.31 | 22.57 | 50.11 | - |
| YUV | 102.7 | 176.71 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 189 | 0 | 0.93 | 0.21 | 0.06 | 313.66 | 0.88 | 0.5 |
| Hex | F0 | 10 | BD | 0 | 5D | 15 | 6 | 13A | 58 | 32 |
| Octal | 360 | 20 | 275 | 0 | 135 | 25 | 6 | 472 | 130 | 62 |
| Binary | 11110000 | 10000 | 10111101 | 0 | 1011101 | 10101 | 110 | 100111010 | 1011000 | 110010 |
Color Harmonies of #F010BD
Complementary color
Monochromatic Colors of #F010BD
Black with #F010BD
Text Example
Text Example
White with #F010BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010BD; }
p { color: rgb(240,16,189); }
H1.HeaderClassName
{
color: #F010BD;
}
.AnyTagClassName
{
color: #F010BD;
}
</style>
background-color css
<style>
a { background-color: #F010BD; }
a { background-color: rgb(240,16,189); }
div.DivClassName
{
background-color: #F010BD;
}
.BgClassName
{
background-color: #F010BD;
}
</style>
border-color css
<style>
span { border-color: #F010BD; }
span { border-color: rgb(240,16,189); }
td.TdClassName
{
border-color: #F010BD;
}
.TagClassName
{
border-color: #F010BD;
}
</style>