Shades of Shocking Pink #F111BD
Tints of Shocking Pink #F111BD
RGB
CMYK
RGB Variations
Color information
#F111BD (or 0xF111BD) is known color: Shocking Pink. HEX triplet: F1, 11 and BD. RGB value is (241,17,189). Sum of RGB (Red+Green+Blue) = 241+17+189=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F111BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111BD is #0EEE42. Grayscale: #676767. Windows color (decimal): -978499 or 12390897. OLE color: 12390897.
HSL color Cylindrical-coordinate representation of color #F111BD: hue angle of 313.93º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111BD is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 189 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.05 |
| HSL | 313.93º | 0.89% | 0.51% | - |
| HSV(B) | 313.93º | 0.93% | 0.95% | - |
| XYZ | 45.66 | 22.78 | 50.13 | - |
| YUV | 103.58 | 176.21 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 189 | 0 | 0.93 | 0.22 | 0.05 | 313.93 | 0.89 | 0.51 |
| Hex | F1 | 11 | BD | 0 | 5D | 16 | 5 | 13A | 59 | 33 |
| Octal | 361 | 21 | 275 | 0 | 135 | 26 | 5 | 472 | 131 | 63 |
| Binary | 11110001 | 10001 | 10111101 | 0 | 1011101 | 10110 | 101 | 100111010 | 1011001 | 110011 |
Color Harmonies of #F111BD
Complementary color
Monochromatic Colors of #F111BD
Black with #F111BD
Text Example
Text Example
White with #F111BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111BD; }
p { color: rgb(241,17,189); }
H1.HeaderClassName
{
color: #F111BD;
}
.AnyTagClassName
{
color: #F111BD;
}
</style>
background-color css
<style>
a { background-color: #F111BD; }
a { background-color: rgb(241,17,189); }
div.DivClassName
{
background-color: #F111BD;
}
.BgClassName
{
background-color: #F111BD;
}
</style>
border-color css
<style>
span { border-color: #F111BD; }
span { border-color: rgb(241,17,189); }
td.TdClassName
{
border-color: #F111BD;
}
.TagClassName
{
border-color: #F111BD;
}
</style>