Shades of Spicy Pink #FE1AB7
Tints of Spicy Pink #FE1AB7
RGB
CMYK
RGB Variations
Color information
#FE1AB7 (or 0xFE1AB7) is known color: Spicy Pink. HEX triplet: FE, 1A and B7. RGB value is (254,26,183). Sum of RGB (Red+Green+Blue) = 254+26+183=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AB7 is #01E548. Grayscale: #6F6F6F. Windows color (decimal): -124233 or 11999998. OLE color: 11999998.
HSL color Cylindrical-coordinate representation of color #FE1AB7: hue angle of 318.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AB7 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 183 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.00 |
| HSL | 318.68º | 0.99% | 0.55% | - |
| HSV(B) | 318.68º | 0.9% | 1% | - |
| XYZ | 49.79 | 25.23 | 47.05 | - |
| YUV | 112.07 | 168.04 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 183 | 0 | 0.90 | 0.28 | 0.00 | 318.68 | 0.99 | 0.55 |
| Hex | FE | 1A | B7 | 0 | 5A | 1C | 0 | 13F | 63 | 37 |
| Octal | 376 | 32 | 267 | 0 | 132 | 34 | 0 | 477 | 143 | 67 |
| Binary | 11111110 | 11010 | 10110111 | 0 | 1011010 | 11100 | 0 | 100111111 | 1100011 | 110111 |
Color Harmonies of #FE1AB7
Complementary color
Monochromatic Colors of #FE1AB7
Black with #FE1AB7
Text Example
Text Example
White with #FE1AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AB7; }
p { color: rgb(254,26,183); }
H1.HeaderClassName
{
color: #FE1AB7;
}
.AnyTagClassName
{
color: #FE1AB7;
}
</style>
background-color css
<style>
a { background-color: #FE1AB7; }
a { background-color: rgb(254,26,183); }
div.DivClassName
{
background-color: #FE1AB7;
}
.BgClassName
{
background-color: #FE1AB7;
}
</style>
border-color css
<style>
span { border-color: #FE1AB7; }
span { border-color: rgb(254,26,183); }
td.TdClassName
{
border-color: #FE1AB7;
}
.TagClassName
{
border-color: #FE1AB7;
}
</style>