Shades of Spicy Pink #FE27AF
Tints of Spicy Pink #FE27AF
RGB
CMYK
RGB Variations
Color information
#FE27AF (or 0xFE27AF) is known color: Spicy Pink. HEX triplet: FE, 27 and AF. RGB value is (254,39,175). Sum of RGB (Red+Green+Blue) = 254+39+175=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27AF is #01D850. Grayscale: #767676. Windows color (decimal): -120913 or 11479038. OLE color: 11479038.
HSL color Cylindrical-coordinate representation of color #FE27AF: hue angle of 322.05º 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 #FE27AF is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 175 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.00 |
| HSL | 322.05º | 0.99% | 0.57% | - |
| HSV(B) | 322.05º | 0.85% | 1% | - |
| XYZ | 49.34 | 25.62 | 42.9 | - |
| YUV | 118.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 175 | 0 | 0.85 | 0.31 | 0.00 | 322.05 | 0.99 | 0.57 |
| Hex | FE | 27 | AF | 0 | 55 | 1F | 0 | 142 | 63 | 39 |
| Octal | 376 | 47 | 257 | 0 | 125 | 37 | 0 | 502 | 143 | 71 |
| Binary | 11111110 | 100111 | 10101111 | 0 | 1010101 | 11111 | 0 | 101000010 | 1100011 | 111001 |
Color Harmonies of #FE27AF
Complementary color
Monochromatic Colors of #FE27AF
Black with #FE27AF
Text Example
Text Example
White with #FE27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27AF; }
p { color: rgb(254,39,175); }
H1.HeaderClassName
{
color: #FE27AF;
}
.AnyTagClassName
{
color: #FE27AF;
}
</style>
background-color css
<style>
a { background-color: #FE27AF; }
a { background-color: rgb(254,39,175); }
div.DivClassName
{
background-color: #FE27AF;
}
.BgClassName
{
background-color: #FE27AF;
}
</style>
border-color css
<style>
span { border-color: #FE27AF; }
span { border-color: rgb(254,39,175); }
td.TdClassName
{
border-color: #FE27AF;
}
.TagClassName
{
border-color: #FE27AF;
}
</style>