Shades of Shocking Pink #F11AD2
Tints of Shocking Pink #F11AD2
RGB
CMYK
RGB Variations
Color information
#F11AD2 (or 0xF11AD2) is known color: Shocking Pink. HEX triplet: F1, 1A and D2. RGB value is (241,26,210). Sum of RGB (Red+Green+Blue) = 241+26+210=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AD2 is #0EE52D. Grayscale: #6E6E6E. Windows color (decimal): -976174 or 13769457. OLE color: 13769457.
HSL color Cylindrical-coordinate representation of color #F11AD2: hue angle of 308.65º 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 #F11AD2 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 210 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.05 |
| HSL | 308.65º | 0.88% | 0.52% | - |
| HSV(B) | 308.65º | 0.89% | 0.95% | - |
| XYZ | 48.28 | 24.09 | 63.08 | - |
| YUV | 111.26 | 183.73 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 210 | 0 | 0.89 | 0.13 | 0.05 | 308.65 | 0.88 | 0.52 |
| Hex | F1 | 1A | D2 | 0 | 59 | D | 5 | 135 | 58 | 34 |
| Octal | 361 | 32 | 322 | 0 | 131 | 15 | 5 | 465 | 130 | 64 |
| Binary | 11110001 | 11010 | 11010010 | 0 | 1011001 | 1101 | 101 | 100110101 | 1011000 | 110100 |
Color Harmonies of #F11AD2
Complementary color
Monochromatic Colors of #F11AD2
Black with #F11AD2
Text Example
Text Example
White with #F11AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AD2; }
p { color: rgb(241,26,210); }
H1.HeaderClassName
{
color: #F11AD2;
}
.AnyTagClassName
{
color: #F11AD2;
}
</style>
background-color css
<style>
a { background-color: #F11AD2; }
a { background-color: rgb(241,26,210); }
div.DivClassName
{
background-color: #F11AD2;
}
.BgClassName
{
background-color: #F11AD2;
}
</style>
border-color css
<style>
span { border-color: #F11AD2; }
span { border-color: rgb(241,26,210); }
td.TdClassName
{
border-color: #F11AD2;
}
.TagClassName
{
border-color: #F11AD2;
}
</style>