Shades of Shocking Pink #F11ACE
Tints of Shocking Pink #F11ACE
RGB
CMYK
RGB Variations
Color information
#F11ACE (or 0xF11ACE) is known color: Shocking Pink. HEX triplet: F1, 1A and CE. RGB value is (241,26,206). Sum of RGB (Red+Green+Blue) = 241+26+206=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ACE is #0EE531. Grayscale: #6E6E6E. Windows color (decimal): -976178 or 13507313. OLE color: 13507313.
HSL color Cylindrical-coordinate representation of color #F11ACE: hue angle of 309.77º 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 #F11ACE is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.05 |
| HSL | 309.77º | 0.88% | 0.52% | - |
| HSV(B) | 309.77º | 0.89% | 0.95% | - |
| XYZ | 47.79 | 23.9 | 60.49 | - |
| YUV | 110.81 | 181.73 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 206 | 0 | 0.89 | 0.15 | 0.05 | 309.77 | 0.88 | 0.52 |
| Hex | F1 | 1A | CE | 0 | 59 | F | 5 | 136 | 58 | 34 |
| Octal | 361 | 32 | 316 | 0 | 131 | 17 | 5 | 466 | 130 | 64 |
| Binary | 11110001 | 11010 | 11001110 | 0 | 1011001 | 1111 | 101 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F11ACE
Complementary color
Monochromatic Colors of #F11ACE
Black with #F11ACE
Text Example
Text Example
White with #F11ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ACE; }
p { color: rgb(241,26,206); }
H1.HeaderClassName
{
color: #F11ACE;
}
.AnyTagClassName
{
color: #F11ACE;
}
</style>
background-color css
<style>
a { background-color: #F11ACE; }
a { background-color: rgb(241,26,206); }
div.DivClassName
{
background-color: #F11ACE;
}
.BgClassName
{
background-color: #F11ACE;
}
</style>
border-color css
<style>
span { border-color: #F11ACE; }
span { border-color: rgb(241,26,206); }
td.TdClassName
{
border-color: #F11ACE;
}
.TagClassName
{
border-color: #F11ACE;
}
</style>