Shades of Spicy Pink #FF28AE
Tints of Spicy Pink #FF28AE
RGB
CMYK
RGB Variations
Color information
#FF28AE (or 0xFF28AE) is known color: Spicy Pink. HEX triplet: FF, 28 and AE. RGB value is (255,40,174). Sum of RGB (Red+Green+Blue) = 255+40+174=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF28AE is #00D751. Grayscale: #777777. Windows color (decimal): -55122 or 11413759. OLE color: 11413759.
HSL color Cylindrical-coordinate representation of color #FF28AE: hue angle of 322.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF28AE is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 174 | - |
| CMYK | 0 | 0.84 | 0.32 | 0 |
| HSL | 322.6º | 1% | 0.58% | - |
| HSV(B) | 322.6º | 0.84% | 1% | - |
| XYZ | 49.64 | 25.83 | 42.41 | - |
| YUV | 119.56 | 158.73 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 174 | 0 | 0.84 | 0.32 | 0 | 322.6 | 1 | 0.58 |
| Hex | FF | 28 | AE | 0 | 54 | 20 | 0 | 143 | 64 | 3A |
| Octal | 377 | 50 | 256 | 0 | 124 | 40 | 0 | 503 | 144 | 72 |
| Binary | 11111111 | 101000 | 10101110 | 0 | 1010100 | 100000 | 0 | 101000011 | 1100100 | 111010 |
Color Harmonies of #FF28AE
Complementary color
Monochromatic Colors of #FF28AE
Black with #FF28AE
Text Example
Text Example
White with #FF28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28AE; }
p { color: rgb(255,40,174); }
H1.HeaderClassName
{
color: #FF28AE;
}
.AnyTagClassName
{
color: #FF28AE;
}
</style>
background-color css
<style>
a { background-color: #FF28AE; }
a { background-color: rgb(255,40,174); }
div.DivClassName
{
background-color: #FF28AE;
}
.BgClassName
{
background-color: #FF28AE;
}
</style>
border-color css
<style>
span { border-color: #FF28AE; }
span { border-color: rgb(255,40,174); }
td.TdClassName
{
border-color: #FF28AE;
}
.TagClassName
{
border-color: #FF28AE;
}
</style>