Shades of Shocking Pink #F011B5
Tints of Shocking Pink #F011B5
RGB
CMYK
RGB Variations
Color information
#F011B5 (or 0xF011B5) is known color: Shocking Pink. HEX triplet: F0, 11 and B5. RGB value is (240,17,181). Sum of RGB (Red+Green+Blue) = 240+17+181=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F011B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011B5 is #0FEE4A. Grayscale: #656565. Windows color (decimal): -1044043 or 11866608. OLE color: 11866608.
HSL color Cylindrical-coordinate representation of color #F011B5: hue angle of 315.87º 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 #F011B5 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 181 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.06 |
| HSL | 315.87º | 0.88% | 0.5% | - |
| HSV(B) | 315.87º | 0.93% | 0.94% | - |
| XYZ | 44.48 | 22.26 | 45.67 | - |
| YUV | 102.37 | 172.38 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 181 | 0 | 0.93 | 0.25 | 0.06 | 315.87 | 0.88 | 0.5 |
| Hex | F0 | 11 | B5 | 0 | 5D | 19 | 6 | 13C | 58 | 32 |
| Octal | 360 | 21 | 265 | 0 | 135 | 31 | 6 | 474 | 130 | 62 |
| Binary | 11110000 | 10001 | 10110101 | 0 | 1011101 | 11001 | 110 | 100111100 | 1011000 | 110010 |
Color Harmonies of #F011B5
Complementary color
Monochromatic Colors of #F011B5
Black with #F011B5
Text Example
Text Example
White with #F011B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011B5; }
p { color: rgb(240,17,181); }
H1.HeaderClassName
{
color: #F011B5;
}
.AnyTagClassName
{
color: #F011B5;
}
</style>
background-color css
<style>
a { background-color: #F011B5; }
a { background-color: rgb(240,17,181); }
div.DivClassName
{
background-color: #F011B5;
}
.BgClassName
{
background-color: #F011B5;
}
</style>
border-color css
<style>
span { border-color: #F011B5; }
span { border-color: rgb(240,17,181); }
td.TdClassName
{
border-color: #F011B5;
}
.TagClassName
{
border-color: #F011B5;
}
</style>