Shades of Spicy Pink #FE18B8
Tints of Spicy Pink #FE18B8
RGB
CMYK
RGB Variations
Color information
#FE18B8 (or 0xFE18B8) is known color: Spicy Pink. HEX triplet: FE, 18 and B8. RGB value is (254,24,184). Sum of RGB (Red+Green+Blue) = 254+24+184=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18B8 is #01E747. Grayscale: #6E6E6E. Windows color (decimal): -124744 or 12065022. OLE color: 12065022.
HSL color Cylindrical-coordinate representation of color #FE18B8: hue angle of 318.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18B8 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 184 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.00 |
| HSL | 318.26º | 0.99% | 0.55% | - |
| HSV(B) | 318.26º | 0.91% | 1% | - |
| XYZ | 49.85 | 25.18 | 47.58 | - |
| YUV | 111.01 | 169.2 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 184 | 0 | 0.91 | 0.28 | 0.00 | 318.26 | 0.99 | 0.55 |
| Hex | FE | 18 | B8 | 0 | 5B | 1C | 0 | 13E | 63 | 37 |
| Octal | 376 | 30 | 270 | 0 | 133 | 34 | 0 | 476 | 143 | 67 |
| Binary | 11111110 | 11000 | 10111000 | 0 | 1011011 | 11100 | 0 | 100111110 | 1100011 | 110111 |
Color Harmonies of #FE18B8
Complementary color
Monochromatic Colors of #FE18B8
Black with #FE18B8
Text Example
Text Example
White with #FE18B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18B8; }
p { color: rgb(254,24,184); }
H1.HeaderClassName
{
color: #FE18B8;
}
.AnyTagClassName
{
color: #FE18B8;
}
</style>
background-color css
<style>
a { background-color: #FE18B8; }
a { background-color: rgb(254,24,184); }
div.DivClassName
{
background-color: #FE18B8;
}
.BgClassName
{
background-color: #FE18B8;
}
</style>
border-color css
<style>
span { border-color: #FE18B8; }
span { border-color: rgb(254,24,184); }
td.TdClassName
{
border-color: #FE18B8;
}
.TagClassName
{
border-color: #FE18B8;
}
</style>