Shades of Spicy Pink #FE17A6
Tints of Spicy Pink #FE17A6
RGB
CMYK
RGB Variations
Color information
#FE17A6 (or 0xFE17A6) is known color: Spicy Pink. HEX triplet: FE, 17 and A6. RGB value is (254,23,166). Sum of RGB (Red+Green+Blue) = 254+23+166=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE17A6 is #01E859. Grayscale: #6C6C6C. Windows color (decimal): -125018 or 10885118. OLE color: 10885118.
HSL color Cylindrical-coordinate representation of color #FE17A6: hue angle of 322.86º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE17A6 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 166 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.00 |
| HSL | 322.86º | 0.99% | 0.54% | - |
| HSV(B) | 322.86º | 0.91% | 1% | - |
| XYZ | 48.06 | 24.44 | 38.26 | - |
| YUV | 108.37 | 160.53 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 166 | 0 | 0.91 | 0.35 | 0.00 | 322.86 | 0.99 | 0.54 |
| Hex | FE | 17 | A6 | 0 | 5B | 23 | 0 | 143 | 63 | 36 |
| Octal | 376 | 27 | 246 | 0 | 133 | 43 | 0 | 503 | 143 | 66 |
| Binary | 11111110 | 10111 | 10100110 | 0 | 1011011 | 100011 | 0 | 101000011 | 1100011 | 110110 |
Color Harmonies of #FE17A6
Complementary color
Monochromatic Colors of #FE17A6
Black with #FE17A6
Text Example
Text Example
White with #FE17A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17A6; }
p { color: rgb(254,23,166); }
H1.HeaderClassName
{
color: #FE17A6;
}
.AnyTagClassName
{
color: #FE17A6;
}
</style>
background-color css
<style>
a { background-color: #FE17A6; }
a { background-color: rgb(254,23,166); }
div.DivClassName
{
background-color: #FE17A6;
}
.BgClassName
{
background-color: #FE17A6;
}
</style>
border-color css
<style>
span { border-color: #FE17A6; }
span { border-color: rgb(254,23,166); }
td.TdClassName
{
border-color: #FE17A6;
}
.TagClassName
{
border-color: #FE17A6;
}
</style>