Shades of Shocking Pink #F11ACD
Tints of Shocking Pink #F11ACD
RGB
CMYK
RGB Variations
Color information
#F11ACD (or 0xF11ACD) is known color: Shocking Pink. HEX triplet: F1, 1A and CD. RGB value is (241,26,205). Sum of RGB (Red+Green+Blue) = 241+26+205=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ACD is #0EE532. Grayscale: #6E6E6E. Windows color (decimal): -976179 or 13441777. OLE color: 13441777.
HSL color Cylindrical-coordinate representation of color #F11ACD: hue angle of 310.05º 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 #F11ACD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 205 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.05 |
| HSL | 310.05º | 0.88% | 0.52% | - |
| HSV(B) | 310.05º | 0.89% | 0.95% | - |
| XYZ | 47.66 | 23.85 | 59.85 | - |
| YUV | 110.69 | 181.23 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 205 | 0 | 0.89 | 0.15 | 0.05 | 310.05 | 0.88 | 0.52 |
| Hex | F1 | 1A | CD | 0 | 59 | F | 5 | 136 | 58 | 34 |
| Octal | 361 | 32 | 315 | 0 | 131 | 17 | 5 | 466 | 130 | 64 |
| Binary | 11110001 | 11010 | 11001101 | 0 | 1011001 | 1111 | 101 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F11ACD
Complementary color
Monochromatic Colors of #F11ACD
Black with #F11ACD
Text Example
Text Example
White with #F11ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ACD; }
p { color: rgb(241,26,205); }
H1.HeaderClassName
{
color: #F11ACD;
}
.AnyTagClassName
{
color: #F11ACD;
}
</style>
background-color css
<style>
a { background-color: #F11ACD; }
a { background-color: rgb(241,26,205); }
div.DivClassName
{
background-color: #F11ACD;
}
.BgClassName
{
background-color: #F11ACD;
}
</style>
border-color css
<style>
span { border-color: #F11ACD; }
span { border-color: rgb(241,26,205); }
td.TdClassName
{
border-color: #F11ACD;
}
.TagClassName
{
border-color: #F11ACD;
}
</style>