Shades of Spicy Pink #FF11A7
Tints of Spicy Pink #FF11A7
RGB
CMYK
RGB Variations
Color information
#FF11A7 (or 0xFF11A7) is known color: Spicy Pink. HEX triplet: FF, 11 and A7. RGB value is (255,17,167). Sum of RGB (Red+Green+Blue) = 255+17+167=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11A7 is #00EE58. Grayscale: #686868. Windows color (decimal): -61017 or 10949119. OLE color: 10949119.
HSL color Cylindrical-coordinate representation of color #FF11A7: hue angle of 322.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11A7 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 167 | - |
| CMYK | 0 | 0.93 | 0.35 | 0 |
| HSL | 322.18º | 1% | 0.53% | - |
| HSV(B) | 322.18º | 0.93% | 1% | - |
| XYZ | 48.42 | 24.45 | 38.73 | - |
| YUV | 105.26 | 162.85 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 167 | 0 | 0.93 | 0.35 | 0 | 322.18 | 1 | 0.53 |
| Hex | FF | 11 | A7 | 0 | 5D | 23 | 0 | 142 | 64 | 35 |
| Octal | 377 | 21 | 247 | 0 | 135 | 43 | 0 | 502 | 144 | 65 |
| Binary | 11111111 | 10001 | 10100111 | 0 | 1011101 | 100011 | 0 | 101000010 | 1100100 | 110101 |
Color Harmonies of #FF11A7
Complementary color
Monochromatic Colors of #FF11A7
Black with #FF11A7
Text Example
Text Example
White with #FF11A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11A7; }
p { color: rgb(255,17,167); }
H1.HeaderClassName
{
color: #FF11A7;
}
.AnyTagClassName
{
color: #FF11A7;
}
</style>
background-color css
<style>
a { background-color: #FF11A7; }
a { background-color: rgb(255,17,167); }
div.DivClassName
{
background-color: #FF11A7;
}
.BgClassName
{
background-color: #FF11A7;
}
</style>
border-color css
<style>
span { border-color: #FF11A7; }
span { border-color: rgb(255,17,167); }
td.TdClassName
{
border-color: #FF11A7;
}
.TagClassName
{
border-color: #FF11A7;
}
</style>