Shades of Shocking Pink #F11AD7
Tints of Shocking Pink #F11AD7
RGB
CMYK
RGB Variations
Color information
#F11AD7 (or 0xF11AD7) is known color: Shocking Pink. HEX triplet: F1, 1A and D7. RGB value is (241,26,215). Sum of RGB (Red+Green+Blue) = 241+26+215=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AD7 is #0EE528. Grayscale: #6F6F6F. Windows color (decimal): -976169 or 14097137. OLE color: 14097137.
HSL color Cylindrical-coordinate representation of color #F11AD7: hue angle of 307.26º 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 #F11AD7 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 215 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.05 |
| HSL | 307.26º | 0.88% | 0.52% | - |
| HSV(B) | 307.26º | 0.89% | 0.95% | - |
| XYZ | 48.91 | 24.35 | 66.41 | - |
| YUV | 111.83 | 186.23 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 215 | 0 | 0.89 | 0.11 | 0.05 | 307.26 | 0.88 | 0.52 |
| Hex | F1 | 1A | D7 | 0 | 59 | B | 5 | 133 | 58 | 34 |
| Octal | 361 | 32 | 327 | 0 | 131 | 13 | 5 | 463 | 130 | 64 |
| Binary | 11110001 | 11010 | 11010111 | 0 | 1011001 | 1011 | 101 | 100110011 | 1011000 | 110100 |
Color Harmonies of #F11AD7
Complementary color
Monochromatic Colors of #F11AD7
Black with #F11AD7
Text Example
Text Example
White with #F11AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AD7; }
p { color: rgb(241,26,215); }
H1.HeaderClassName
{
color: #F11AD7;
}
.AnyTagClassName
{
color: #F11AD7;
}
</style>
background-color css
<style>
a { background-color: #F11AD7; }
a { background-color: rgb(241,26,215); }
div.DivClassName
{
background-color: #F11AD7;
}
.BgClassName
{
background-color: #F11AD7;
}
</style>
border-color css
<style>
span { border-color: #F11AD7; }
span { border-color: rgb(241,26,215); }
td.TdClassName
{
border-color: #F11AD7;
}
.TagClassName
{
border-color: #F11AD7;
}
</style>