Shades of Spicy Pink #FE18AF
Tints of Spicy Pink #FE18AF
RGB
CMYK
RGB Variations
Color information
#FE18AF (or 0xFE18AF) is known color: Spicy Pink. HEX triplet: FE, 18 and AF. RGB value is (254,24,175). Sum of RGB (Red+Green+Blue) = 254+24+175=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE18AF is #01E750. Grayscale: #6D6D6D. Windows color (decimal): -124753 or 11475198. OLE color: 11475198.
HSL color Cylindrical-coordinate representation of color #FE18AF: hue angle of 320.61º 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 #FE18AF is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 175 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.00 |
| HSL | 320.61º | 0.99% | 0.55% | - |
| HSV(B) | 320.61º | 0.91% | 1% | - |
| XYZ | 48.94 | 24.82 | 42.77 | - |
| YUV | 109.98 | 164.7 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 175 | 0 | 0.91 | 0.31 | 0.00 | 320.61 | 0.99 | 0.55 |
| Hex | FE | 18 | AF | 0 | 5B | 1F | 0 | 141 | 63 | 37 |
| Octal | 376 | 30 | 257 | 0 | 133 | 37 | 0 | 501 | 143 | 67 |
| Binary | 11111110 | 11000 | 10101111 | 0 | 1011011 | 11111 | 0 | 101000001 | 1100011 | 110111 |
Color Harmonies of #FE18AF
Complementary color
Monochromatic Colors of #FE18AF
Black with #FE18AF
Text Example
Text Example
White with #FE18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18AF; }
p { color: rgb(254,24,175); }
H1.HeaderClassName
{
color: #FE18AF;
}
.AnyTagClassName
{
color: #FE18AF;
}
</style>
background-color css
<style>
a { background-color: #FE18AF; }
a { background-color: rgb(254,24,175); }
div.DivClassName
{
background-color: #FE18AF;
}
.BgClassName
{
background-color: #FE18AF;
}
</style>
border-color css
<style>
span { border-color: #FE18AF; }
span { border-color: rgb(254,24,175); }
td.TdClassName
{
border-color: #FE18AF;
}
.TagClassName
{
border-color: #FE18AF;
}
</style>