Shades of Shocking Pink #F11AD3
Tints of Shocking Pink #F11AD3
RGB
CMYK
RGB Variations
Color information
#F11AD3 (or 0xF11AD3) is known color: Shocking Pink. HEX triplet: F1, 1A and D3. RGB value is (241,26,211). Sum of RGB (Red+Green+Blue) = 241+26+211=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AD3 is #0EE52C. Grayscale: #6E6E6E. Windows color (decimal): -976173 or 13834993. OLE color: 13834993.
HSL color Cylindrical-coordinate representation of color #F11AD3: hue angle of 308.37º 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 #F11AD3 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 211 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.05 |
| HSL | 308.37º | 0.88% | 0.52% | - |
| HSV(B) | 308.37º | 0.89% | 0.95% | - |
| XYZ | 48.4 | 24.14 | 63.74 | - |
| YUV | 111.38 | 184.23 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 211 | 0 | 0.89 | 0.12 | 0.05 | 308.37 | 0.88 | 0.52 |
| Hex | F1 | 1A | D3 | 0 | 59 | C | 5 | 134 | 58 | 34 |
| Octal | 361 | 32 | 323 | 0 | 131 | 14 | 5 | 464 | 130 | 64 |
| Binary | 11110001 | 11010 | 11010011 | 0 | 1011001 | 1100 | 101 | 100110100 | 1011000 | 110100 |
Color Harmonies of #F11AD3
Complementary color
Monochromatic Colors of #F11AD3
Black with #F11AD3
Text Example
Text Example
White with #F11AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AD3; }
p { color: rgb(241,26,211); }
H1.HeaderClassName
{
color: #F11AD3;
}
.AnyTagClassName
{
color: #F11AD3;
}
</style>
background-color css
<style>
a { background-color: #F11AD3; }
a { background-color: rgb(241,26,211); }
div.DivClassName
{
background-color: #F11AD3;
}
.BgClassName
{
background-color: #F11AD3;
}
</style>
border-color css
<style>
span { border-color: #F11AD3; }
span { border-color: rgb(241,26,211); }
td.TdClassName
{
border-color: #F11AD3;
}
.TagClassName
{
border-color: #F11AD3;
}
</style>