Shades of Spicy Pink #FE1FB8
Tints of Spicy Pink #FE1FB8
RGB
CMYK
RGB Variations
Color information
#FE1FB8 (or 0xFE1FB8) is known color: Spicy Pink. HEX triplet: FE, 1F and B8. RGB value is (254,31,184). Sum of RGB (Red+Green+Blue) = 254+31+184=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FB8 is #01E047. Grayscale: #727272. Windows color (decimal): -122952 or 12066814. OLE color: 12066814.
HSL color Cylindrical-coordinate representation of color #FE1FB8: hue angle of 318.83º 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 #FE1FB8 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 184 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.00 |
| HSL | 318.83º | 0.99% | 0.56% | - |
| HSV(B) | 318.83º | 0.88% | 1% | - |
| XYZ | 50.01 | 25.51 | 47.64 | - |
| YUV | 115.12 | 166.88 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 184 | 0 | 0.88 | 0.28 | 0.00 | 318.83 | 0.99 | 0.56 |
| Hex | FE | 1F | B8 | 0 | 58 | 1C | 0 | 13F | 63 | 38 |
| Octal | 376 | 37 | 270 | 0 | 130 | 34 | 0 | 477 | 143 | 70 |
| Binary | 11111110 | 11111 | 10111000 | 0 | 1011000 | 11100 | 0 | 100111111 | 1100011 | 111000 |
Color Harmonies of #FE1FB8
Complementary color
Monochromatic Colors of #FE1FB8
Black with #FE1FB8
Text Example
Text Example
White with #FE1FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FB8; }
p { color: rgb(254,31,184); }
H1.HeaderClassName
{
color: #FE1FB8;
}
.AnyTagClassName
{
color: #FE1FB8;
}
</style>
background-color css
<style>
a { background-color: #FE1FB8; }
a { background-color: rgb(254,31,184); }
div.DivClassName
{
background-color: #FE1FB8;
}
.BgClassName
{
background-color: #FE1FB8;
}
</style>
border-color css
<style>
span { border-color: #FE1FB8; }
span { border-color: rgb(254,31,184); }
td.TdClassName
{
border-color: #FE1FB8;
}
.TagClassName
{
border-color: #FE1FB8;
}
</style>