Shades of Shocking Pink #F11BC5
Tints of Shocking Pink #F11BC5
RGB
CMYK
RGB Variations
Color information
#F11BC5 (or 0xF11BC5) is known color: Shocking Pink. HEX triplet: F1, 1B and C5. RGB value is (241,27,197). Sum of RGB (Red+Green+Blue) = 241+27+197=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BC5 is #0EE43A. Grayscale: #6D6D6D. Windows color (decimal): -975931 or 12917745. OLE color: 12917745.
HSL color Cylindrical-coordinate representation of color #F11BC5: hue angle of 312.34º 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 #F11BC5 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 197 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.05 |
| HSL | 312.34º | 0.88% | 0.53% | - |
| HSV(B) | 312.34º | 0.89% | 0.95% | - |
| XYZ | 46.75 | 23.52 | 54.9 | - |
| YUV | 110.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 197 | 0 | 0.89 | 0.18 | 0.05 | 312.34 | 0.88 | 0.53 |
| Hex | F1 | 1B | C5 | 0 | 59 | 12 | 5 | 138 | 58 | 35 |
| Octal | 361 | 33 | 305 | 0 | 131 | 22 | 5 | 470 | 130 | 65 |
| Binary | 11110001 | 11011 | 11000101 | 0 | 1011001 | 10010 | 101 | 100111000 | 1011000 | 110101 |
Color Harmonies of #F11BC5
Complementary color
Monochromatic Colors of #F11BC5
Black with #F11BC5
Text Example
Text Example
White with #F11BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BC5; }
p { color: rgb(241,27,197); }
H1.HeaderClassName
{
color: #F11BC5;
}
.AnyTagClassName
{
color: #F11BC5;
}
</style>
background-color css
<style>
a { background-color: #F11BC5; }
a { background-color: rgb(241,27,197); }
div.DivClassName
{
background-color: #F11BC5;
}
.BgClassName
{
background-color: #F11BC5;
}
</style>
border-color css
<style>
span { border-color: #F11BC5; }
span { border-color: rgb(241,27,197); }
td.TdClassName
{
border-color: #F11BC5;
}
.TagClassName
{
border-color: #F11BC5;
}
</style>