Shades of Spicy Pink #FE1FAB
Tints of Spicy Pink #FE1FAB
RGB
CMYK
RGB Variations
Color information
#FE1FAB (or 0xFE1FAB) is known color: Spicy Pink. HEX triplet: FE, 1F and AB. RGB value is (254,31,171). Sum of RGB (Red+Green+Blue) = 254+31+171=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1FAB is #01E054. Grayscale: #717171. Windows color (decimal): -122965 or 11214846. OLE color: 11214846.
HSL color Cylindrical-coordinate representation of color #FE1FAB: hue angle of 322.33º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FAB is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 171 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.00 |
| HSL | 322.33º | 0.99% | 0.56% | - |
| HSV(B) | 322.33º | 0.88% | 1% | - |
| XYZ | 48.71 | 24.99 | 40.78 | - |
| YUV | 113.64 | 160.38 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 171 | 0 | 0.88 | 0.33 | 0.00 | 322.33 | 0.99 | 0.56 |
| Hex | FE | 1F | AB | 0 | 58 | 21 | 0 | 142 | 63 | 38 |
| Octal | 376 | 37 | 253 | 0 | 130 | 41 | 0 | 502 | 143 | 70 |
| Binary | 11111110 | 11111 | 10101011 | 0 | 1011000 | 100001 | 0 | 101000010 | 1100011 | 111000 |
Color Harmonies of #FE1FAB
Complementary color
Monochromatic Colors of #FE1FAB
Black with #FE1FAB
Text Example
Text Example
White with #FE1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FAB; }
p { color: rgb(254,31,171); }
H1.HeaderClassName
{
color: #FE1FAB;
}
.AnyTagClassName
{
color: #FE1FAB;
}
</style>
background-color css
<style>
a { background-color: #FE1FAB; }
a { background-color: rgb(254,31,171); }
div.DivClassName
{
background-color: #FE1FAB;
}
.BgClassName
{
background-color: #FE1FAB;
}
</style>
border-color css
<style>
span { border-color: #FE1FAB; }
span { border-color: rgb(254,31,171); }
td.TdClassName
{
border-color: #FE1FAB;
}
.TagClassName
{
border-color: #FE1FAB;
}
</style>