Shades of Spicy Pink #FE27AD
Tints of Spicy Pink #FE27AD
RGB
CMYK
RGB Variations
Color information
#FE27AD (or 0xFE27AD) is known color: Spicy Pink. HEX triplet: FE, 27 and AD. RGB value is (254,39,173). Sum of RGB (Red+Green+Blue) = 254+39+173=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27AD is #01D852. Grayscale: #767676. Windows color (decimal): -120915 or 11347966. OLE color: 11347966.
HSL color Cylindrical-coordinate representation of color #FE27AD: hue angle of 322.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27AD is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 173 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.00 |
| HSL | 322.6º | 0.99% | 0.57% | - |
| HSV(B) | 322.6º | 0.85% | 1% | - |
| XYZ | 49.14 | 25.54 | 41.87 | - |
| YUV | 118.56 | 158.73 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 173 | 0 | 0.85 | 0.32 | 0.00 | 322.6 | 0.99 | 0.57 |
| Hex | FE | 27 | AD | 0 | 55 | 20 | 0 | 143 | 63 | 39 |
| Octal | 376 | 47 | 255 | 0 | 125 | 40 | 0 | 503 | 143 | 71 |
| Binary | 11111110 | 100111 | 10101101 | 0 | 1010101 | 100000 | 0 | 101000011 | 1100011 | 111001 |
Color Harmonies of #FE27AD
Complementary color
Monochromatic Colors of #FE27AD
Black with #FE27AD
Text Example
Text Example
White with #FE27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27AD; }
p { color: rgb(254,39,173); }
H1.HeaderClassName
{
color: #FE27AD;
}
.AnyTagClassName
{
color: #FE27AD;
}
</style>
background-color css
<style>
a { background-color: #FE27AD; }
a { background-color: rgb(254,39,173); }
div.DivClassName
{
background-color: #FE27AD;
}
.BgClassName
{
background-color: #FE27AD;
}
</style>
border-color css
<style>
span { border-color: #FE27AD; }
span { border-color: rgb(254,39,173); }
td.TdClassName
{
border-color: #FE27AD;
}
.TagClassName
{
border-color: #FE27AD;
}
</style>