Shades of Shocking Pink #F11AD8
Tints of Shocking Pink #F11AD8
RGB
CMYK
RGB Variations
Color information
#F11AD8 (or 0xF11AD8) is known color: Shocking Pink. HEX triplet: F1, 1A and D8. RGB value is (241,26,216). Sum of RGB (Red+Green+Blue) = 241+26+216=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AD8 is #0EE527. Grayscale: #6F6F6F. Windows color (decimal): -976168 or 14162673. OLE color: 14162673.
HSL color Cylindrical-coordinate representation of color #F11AD8: hue angle of 306.98º 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 #F11AD8 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 216 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.05 |
| HSL | 306.98º | 0.88% | 0.52% | - |
| HSV(B) | 306.98º | 0.89% | 0.95% | - |
| XYZ | 49.04 | 24.4 | 67.09 | - |
| YUV | 111.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 216 | 0 | 0.89 | 0.10 | 0.05 | 306.98 | 0.88 | 0.52 |
| Hex | F1 | 1A | D8 | 0 | 59 | A | 5 | 133 | 58 | 34 |
| Octal | 361 | 32 | 330 | 0 | 131 | 12 | 5 | 463 | 130 | 64 |
| Binary | 11110001 | 11010 | 11011000 | 0 | 1011001 | 1010 | 101 | 100110011 | 1011000 | 110100 |
Color Harmonies of #F11AD8
Complementary color
Monochromatic Colors of #F11AD8
Black with #F11AD8
Text Example
Text Example
White with #F11AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AD8; }
p { color: rgb(241,26,216); }
H1.HeaderClassName
{
color: #F11AD8;
}
.AnyTagClassName
{
color: #F11AD8;
}
</style>
background-color css
<style>
a { background-color: #F11AD8; }
a { background-color: rgb(241,26,216); }
div.DivClassName
{
background-color: #F11AD8;
}
.BgClassName
{
background-color: #F11AD8;
}
</style>
border-color css
<style>
span { border-color: #F11AD8; }
span { border-color: rgb(241,26,216); }
td.TdClassName
{
border-color: #F11AD8;
}
.TagClassName
{
border-color: #F11AD8;
}
</style>