Shades of Spicy Pink #FE19B8
Tints of Spicy Pink #FE19B8
RGB
CMYK
RGB Variations
Color information
#FE19B8 (or 0xFE19B8) is known color: Spicy Pink. HEX triplet: FE, 19 and B8. RGB value is (254,25,184). Sum of RGB (Red+Green+Blue) = 254+25+184=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19B8 is #01E647. Grayscale: #6F6F6F. Windows color (decimal): -124488 or 12065278. OLE color: 12065278.
HSL color Cylindrical-coordinate representation of color #FE19B8: hue angle of 318.34º 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 #FE19B8 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 184 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.00 |
| HSL | 318.34º | 0.99% | 0.55% | - |
| HSV(B) | 318.34º | 0.9% | 1% | - |
| XYZ | 49.87 | 25.23 | 47.59 | - |
| YUV | 111.6 | 168.87 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 184 | 0 | 0.90 | 0.28 | 0.00 | 318.34 | 0.99 | 0.55 |
| Hex | FE | 19 | B8 | 0 | 5A | 1C | 0 | 13E | 63 | 37 |
| Octal | 376 | 31 | 270 | 0 | 132 | 34 | 0 | 476 | 143 | 67 |
| Binary | 11111110 | 11001 | 10111000 | 0 | 1011010 | 11100 | 0 | 100111110 | 1100011 | 110111 |
Color Harmonies of #FE19B8
Complementary color
Monochromatic Colors of #FE19B8
Black with #FE19B8
Text Example
Text Example
White with #FE19B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19B8; }
p { color: rgb(254,25,184); }
H1.HeaderClassName
{
color: #FE19B8;
}
.AnyTagClassName
{
color: #FE19B8;
}
</style>
background-color css
<style>
a { background-color: #FE19B8; }
a { background-color: rgb(254,25,184); }
div.DivClassName
{
background-color: #FE19B8;
}
.BgClassName
{
background-color: #FE19B8;
}
</style>
border-color css
<style>
span { border-color: #FE19B8; }
span { border-color: rgb(254,25,184); }
td.TdClassName
{
border-color: #FE19B8;
}
.TagClassName
{
border-color: #FE19B8;
}
</style>