Shades of Spicy Pink #FE1FA7
Tints of Spicy Pink #FE1FA7
RGB
CMYK
RGB Variations
Color information
#FE1FA7 (or 0xFE1FA7) is known color: Spicy Pink. HEX triplet: FE, 1F and A7. RGB value is (254,31,167). Sum of RGB (Red+Green+Blue) = 254+31+167=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1FA7 is #01E058. Grayscale: #707070. Windows color (decimal): -122969 or 10952702. OLE color: 10952702.
HSL color Cylindrical-coordinate representation of color #FE1FA7: hue angle of 323.41º 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 #FE1FA7 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 167 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.00 |
| HSL | 323.41º | 0.99% | 0.56% | - |
| HSV(B) | 323.41º | 0.88% | 1% | - |
| XYZ | 48.34 | 24.84 | 38.81 | - |
| YUV | 113.18 | 158.38 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 167 | 0 | 0.88 | 0.34 | 0.00 | 323.41 | 0.99 | 0.56 |
| Hex | FE | 1F | A7 | 0 | 58 | 22 | 0 | 143 | 63 | 38 |
| Octal | 376 | 37 | 247 | 0 | 130 | 42 | 0 | 503 | 143 | 70 |
| Binary | 11111110 | 11111 | 10100111 | 0 | 1011000 | 100010 | 0 | 101000011 | 1100011 | 111000 |
Color Harmonies of #FE1FA7
Complementary color
Monochromatic Colors of #FE1FA7
Black with #FE1FA7
Text Example
Text Example
White with #FE1FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FA7; }
p { color: rgb(254,31,167); }
H1.HeaderClassName
{
color: #FE1FA7;
}
.AnyTagClassName
{
color: #FE1FA7;
}
</style>
background-color css
<style>
a { background-color: #FE1FA7; }
a { background-color: rgb(254,31,167); }
div.DivClassName
{
background-color: #FE1FA7;
}
.BgClassName
{
background-color: #FE1FA7;
}
</style>
border-color css
<style>
span { border-color: #FE1FA7; }
span { border-color: rgb(254,31,167); }
td.TdClassName
{
border-color: #FE1FA7;
}
.TagClassName
{
border-color: #FE1FA7;
}
</style>