Shades of Spicy Pink #FE18A6
Tints of Spicy Pink #FE18A6
RGB
CMYK
RGB Variations
Color information
#FE18A6 (or 0xFE18A6) is known color: Spicy Pink. HEX triplet: FE, 18 and A6. RGB value is (254,24,166). Sum of RGB (Red+Green+Blue) = 254+24+166=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE18A6 is #01E759. Grayscale: #6C6C6C. Windows color (decimal): -124762 or 10885374. OLE color: 10885374.
HSL color Cylindrical-coordinate representation of color #FE18A6: hue angle of 322.96º 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 #FE18A6 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 166 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.00 |
| HSL | 322.96º | 0.99% | 0.55% | - |
| HSV(B) | 322.96º | 0.91% | 1% | - |
| XYZ | 48.08 | 24.48 | 38.27 | - |
| YUV | 108.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 166 | 0 | 0.91 | 0.35 | 0.00 | 322.96 | 0.99 | 0.55 |
| Hex | FE | 18 | A6 | 0 | 5B | 23 | 0 | 143 | 63 | 37 |
| Octal | 376 | 30 | 246 | 0 | 133 | 43 | 0 | 503 | 143 | 67 |
| Binary | 11111110 | 11000 | 10100110 | 0 | 1011011 | 100011 | 0 | 101000011 | 1100011 | 110111 |
Color Harmonies of #FE18A6
Complementary color
Monochromatic Colors of #FE18A6
Black with #FE18A6
Text Example
Text Example
White with #FE18A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18A6; }
p { color: rgb(254,24,166); }
H1.HeaderClassName
{
color: #FE18A6;
}
.AnyTagClassName
{
color: #FE18A6;
}
</style>
background-color css
<style>
a { background-color: #FE18A6; }
a { background-color: rgb(254,24,166); }
div.DivClassName
{
background-color: #FE18A6;
}
.BgClassName
{
background-color: #FE18A6;
}
</style>
border-color css
<style>
span { border-color: #FE18A6; }
span { border-color: rgb(254,24,166); }
td.TdClassName
{
border-color: #FE18A6;
}
.TagClassName
{
border-color: #FE18A6;
}
</style>