Shades of Shocking Pink #F011BD
Tints of Shocking Pink #F011BD
RGB
CMYK
RGB Variations
Color information
#F011BD (or 0xF011BD) is known color: Shocking Pink. HEX triplet: F0, 11 and BD. RGB value is (240,17,189). Sum of RGB (Red+Green+Blue) = 240+17+189=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F011BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011BD is #0FEE42. Grayscale: #666666. Windows color (decimal): -1044035 or 12390896. OLE color: 12390896.
HSL color Cylindrical-coordinate representation of color #F011BD: hue angle of 313.72º 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 #F011BD is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 189 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.06 |
| HSL | 313.72º | 0.88% | 0.5% | - |
| HSV(B) | 313.72º | 0.93% | 0.94% | - |
| XYZ | 45.32 | 22.6 | 50.12 | - |
| YUV | 103.29 | 176.38 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 189 | 0 | 0.93 | 0.21 | 0.06 | 313.72 | 0.88 | 0.5 |
| Hex | F0 | 11 | BD | 0 | 5D | 15 | 6 | 13A | 58 | 32 |
| Octal | 360 | 21 | 275 | 0 | 135 | 25 | 6 | 472 | 130 | 62 |
| Binary | 11110000 | 10001 | 10111101 | 0 | 1011101 | 10101 | 110 | 100111010 | 1011000 | 110010 |
Color Harmonies of #F011BD
Complementary color
Monochromatic Colors of #F011BD
Black with #F011BD
Text Example
Text Example
White with #F011BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011BD; }
p { color: rgb(240,17,189); }
H1.HeaderClassName
{
color: #F011BD;
}
.AnyTagClassName
{
color: #F011BD;
}
</style>
background-color css
<style>
a { background-color: #F011BD; }
a { background-color: rgb(240,17,189); }
div.DivClassName
{
background-color: #F011BD;
}
.BgClassName
{
background-color: #F011BD;
}
</style>
border-color css
<style>
span { border-color: #F011BD; }
span { border-color: rgb(240,17,189); }
td.TdClassName
{
border-color: #F011BD;
}
.TagClassName
{
border-color: #F011BD;
}
</style>