Shades of Shocking Pink #F11ABC
Tints of Shocking Pink #F11ABC
RGB
CMYK
RGB Variations
Color information
#F11ABC (or 0xF11ABC) is known color: Shocking Pink. HEX triplet: F1, 1A and BC. RGB value is (241,26,188). Sum of RGB (Red+Green+Blue) = 241+26+188=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ABC is #0EE543. Grayscale: #6C6C6C. Windows color (decimal): -976196 or 12327665. OLE color: 12327665.
HSL color Cylindrical-coordinate representation of color #F11ABC: hue angle of 314.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11ABC is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 188 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.05 |
| HSL | 314.79º | 0.88% | 0.52% | - |
| HSV(B) | 314.79º | 0.89% | 0.95% | - |
| XYZ | 45.72 | 23.07 | 49.62 | - |
| YUV | 108.75 | 172.73 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 188 | 0 | 0.89 | 0.22 | 0.05 | 314.79 | 0.88 | 0.52 |
| Hex | F1 | 1A | BC | 0 | 59 | 16 | 5 | 13B | 58 | 34 |
| Octal | 361 | 32 | 274 | 0 | 131 | 26 | 5 | 473 | 130 | 64 |
| Binary | 11110001 | 11010 | 10111100 | 0 | 1011001 | 10110 | 101 | 100111011 | 1011000 | 110100 |
Color Harmonies of #F11ABC
Complementary color
Monochromatic Colors of #F11ABC
Black with #F11ABC
Text Example
Text Example
White with #F11ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ABC; }
p { color: rgb(241,26,188); }
H1.HeaderClassName
{
color: #F11ABC;
}
.AnyTagClassName
{
color: #F11ABC;
}
</style>
background-color css
<style>
a { background-color: #F11ABC; }
a { background-color: rgb(241,26,188); }
div.DivClassName
{
background-color: #F11ABC;
}
.BgClassName
{
background-color: #F11ABC;
}
</style>
border-color css
<style>
span { border-color: #F11ABC; }
span { border-color: rgb(241,26,188); }
td.TdClassName
{
border-color: #F11ABC;
}
.TagClassName
{
border-color: #F11ABC;
}
</style>