Shades of Shocking Pink #F11BD6
Tints of Shocking Pink #F11BD6
RGB
CMYK
RGB Variations
Color information
#F11BD6 (or 0xF11BD6) is known color: Shocking Pink. HEX triplet: F1, 1B and D6. RGB value is (241,27,214). Sum of RGB (Red+Green+Blue) = 241+27+214=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 27 (10.94% from 255 or 5.60% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BD6 is #0EE429. Grayscale: #6F6F6F. Windows color (decimal): -975914 or 14031857. OLE color: 14031857.
HSL color Cylindrical-coordinate representation of color #F11BD6: hue angle of 307.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11BD6 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 214 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.05 |
| HSL | 307.57º | 0.88% | 0.53% | - |
| HSV(B) | 307.57º | 0.89% | 0.95% | - |
| XYZ | 48.81 | 24.34 | 65.74 | - |
| YUV | 112.3 | 185.4 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 214 | 0 | 0.89 | 0.11 | 0.05 | 307.57 | 0.88 | 0.53 |
| Hex | F1 | 1B | D6 | 0 | 59 | B | 5 | 134 | 58 | 35 |
| Octal | 361 | 33 | 326 | 0 | 131 | 13 | 5 | 464 | 130 | 65 |
| Binary | 11110001 | 11011 | 11010110 | 0 | 1011001 | 1011 | 101 | 100110100 | 1011000 | 110101 |
Color Harmonies of #F11BD6
Complementary color
Monochromatic Colors of #F11BD6
Black with #F11BD6
Text Example
Text Example
White with #F11BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BD6; }
p { color: rgb(241,27,214); }
H1.HeaderClassName
{
color: #F11BD6;
}
.AnyTagClassName
{
color: #F11BD6;
}
</style>
background-color css
<style>
a { background-color: #F11BD6; }
a { background-color: rgb(241,27,214); }
div.DivClassName
{
background-color: #F11BD6;
}
.BgClassName
{
background-color: #F11BD6;
}
</style>
border-color css
<style>
span { border-color: #F11BD6; }
span { border-color: rgb(241,27,214); }
td.TdClassName
{
border-color: #F11BD6;
}
.TagClassName
{
border-color: #F11BD6;
}
</style>