Shades of Spicy Pink #FE28AF
Tints of Spicy Pink #FE28AF
RGB
CMYK
RGB Variations
Color information
#FE28AF (or 0xFE28AF) is known color: Spicy Pink. HEX triplet: FE, 28 and AF. RGB value is (254,40,175). Sum of RGB (Red+Green+Blue) = 254+40+175=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE28AF is #01D750. Grayscale: #777777. Windows color (decimal): -120657 or 11479294. OLE color: 11479294.
HSL color Cylindrical-coordinate representation of color #FE28AF: hue angle of 322.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28AF is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 175 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.00 |
| HSL | 322.15º | 0.99% | 0.58% | - |
| HSV(B) | 322.15º | 0.84% | 1% | - |
| XYZ | 49.37 | 25.68 | 42.91 | - |
| YUV | 119.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 175 | 0 | 0.84 | 0.31 | 0.00 | 322.15 | 0.99 | 0.58 |
| Hex | FE | 28 | AF | 0 | 54 | 1F | 0 | 142 | 63 | 3A |
| Octal | 376 | 50 | 257 | 0 | 124 | 37 | 0 | 502 | 143 | 72 |
| Binary | 11111110 | 101000 | 10101111 | 0 | 1010100 | 11111 | 0 | 101000010 | 1100011 | 111010 |
Color Harmonies of #FE28AF
Complementary color
Monochromatic Colors of #FE28AF
Black with #FE28AF
Text Example
Text Example
White with #FE28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28AF; }
p { color: rgb(254,40,175); }
H1.HeaderClassName
{
color: #FE28AF;
}
.AnyTagClassName
{
color: #FE28AF;
}
</style>
background-color css
<style>
a { background-color: #FE28AF; }
a { background-color: rgb(254,40,175); }
div.DivClassName
{
background-color: #FE28AF;
}
.BgClassName
{
background-color: #FE28AF;
}
</style>
border-color css
<style>
span { border-color: #FE28AF; }
span { border-color: rgb(254,40,175); }
td.TdClassName
{
border-color: #FE28AF;
}
.TagClassName
{
border-color: #FE28AF;
}
</style>