Shades of Spicy Pink #FE17AA
Tints of Spicy Pink #FE17AA
RGB
CMYK
RGB Variations
Color information
#FE17AA (or 0xFE17AA) is known color: Spicy Pink. HEX triplet: FE, 17 and AA. RGB value is (254,23,170). Sum of RGB (Red+Green+Blue) = 254+23+170=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE17AA is #01E855. Grayscale: #6C6C6C. Windows color (decimal): -125014 or 11147262. OLE color: 11147262.
HSL color Cylindrical-coordinate representation of color #FE17AA: hue angle of 321.82º 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 #FE17AA is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 170 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.00 |
| HSL | 321.82º | 0.99% | 0.54% | - |
| HSV(B) | 321.82º | 0.91% | 1% | - |
| XYZ | 48.44 | 24.59 | 40.22 | - |
| YUV | 108.83 | 162.53 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 170 | 0 | 0.91 | 0.33 | 0.00 | 321.82 | 0.99 | 0.54 |
| Hex | FE | 17 | AA | 0 | 5B | 21 | 0 | 142 | 63 | 36 |
| Octal | 376 | 27 | 252 | 0 | 133 | 41 | 0 | 502 | 143 | 66 |
| Binary | 11111110 | 10111 | 10101010 | 0 | 1011011 | 100001 | 0 | 101000010 | 1100011 | 110110 |
Color Harmonies of #FE17AA
Complementary color
Monochromatic Colors of #FE17AA
Black with #FE17AA
Text Example
Text Example
White with #FE17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17AA; }
p { color: rgb(254,23,170); }
H1.HeaderClassName
{
color: #FE17AA;
}
.AnyTagClassName
{
color: #FE17AA;
}
</style>
background-color css
<style>
a { background-color: #FE17AA; }
a { background-color: rgb(254,23,170); }
div.DivClassName
{
background-color: #FE17AA;
}
.BgClassName
{
background-color: #FE17AA;
}
</style>
border-color css
<style>
span { border-color: #FE17AA; }
span { border-color: rgb(254,23,170); }
td.TdClassName
{
border-color: #FE17AA;
}
.TagClassName
{
border-color: #FE17AA;
}
</style>