Shades of Spicy Pink #FE17AB
Tints of Spicy Pink #FE17AB
RGB
CMYK
RGB Variations
Color information
#FE17AB (or 0xFE17AB) is known color: Spicy Pink. HEX triplet: FE, 17 and AB. RGB value is (254,23,171). Sum of RGB (Red+Green+Blue) = 254+23+171=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE17AB is #01E854. Grayscale: #6C6C6C. Windows color (decimal): -125013 or 11212798. OLE color: 11212798.
HSL color Cylindrical-coordinate representation of color #FE17AB: hue angle of 321.56º 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 #FE17AB is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 171 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.00 |
| HSL | 321.56º | 0.99% | 0.54% | - |
| HSV(B) | 321.56º | 0.91% | 1% | - |
| XYZ | 48.53 | 24.62 | 40.72 | - |
| YUV | 108.94 | 163.03 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 171 | 0 | 0.91 | 0.33 | 0.00 | 321.56 | 0.99 | 0.54 |
| Hex | FE | 17 | AB | 0 | 5B | 21 | 0 | 142 | 63 | 36 |
| Octal | 376 | 27 | 253 | 0 | 133 | 41 | 0 | 502 | 143 | 66 |
| Binary | 11111110 | 10111 | 10101011 | 0 | 1011011 | 100001 | 0 | 101000010 | 1100011 | 110110 |
Color Harmonies of #FE17AB
Complementary color
Monochromatic Colors of #FE17AB
Black with #FE17AB
Text Example
Text Example
White with #FE17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17AB; }
p { color: rgb(254,23,171); }
H1.HeaderClassName
{
color: #FE17AB;
}
.AnyTagClassName
{
color: #FE17AB;
}
</style>
background-color css
<style>
a { background-color: #FE17AB; }
a { background-color: rgb(254,23,171); }
div.DivClassName
{
background-color: #FE17AB;
}
.BgClassName
{
background-color: #FE17AB;
}
</style>
border-color css
<style>
span { border-color: #FE17AB; }
span { border-color: rgb(254,23,171); }
td.TdClassName
{
border-color: #FE17AB;
}
.TagClassName
{
border-color: #FE17AB;
}
</style>