Shades of Spicy Pink #FF1FAE
Tints of Spicy Pink #FF1FAE
RGB
CMYK
RGB Variations
Color information
#FF1FAE (or 0xFF1FAE) is known color: Spicy Pink. HEX triplet: FF, 1F and AE. RGB value is (255,31,174). Sum of RGB (Red+Green+Blue) = 255+31+174=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FAE is #00E051. Grayscale: #717171. Windows color (decimal): -57426 or 11411455. OLE color: 11411455.
HSL color Cylindrical-coordinate representation of color #FF1FAE: hue angle of 321.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FAE is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 174 | - |
| CMYK | 0 | 0.88 | 0.32 | 0 |
| HSL | 321.7º | 1% | 0.56% | - |
| HSV(B) | 321.7º | 0.88% | 1% | - |
| XYZ | 49.37 | 25.3 | 42.32 | - |
| YUV | 114.28 | 161.71 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 174 | 0 | 0.88 | 0.32 | 0 | 321.7 | 1 | 0.56 |
| Hex | FF | 1F | AE | 0 | 58 | 20 | 0 | 142 | 64 | 38 |
| Octal | 377 | 37 | 256 | 0 | 130 | 40 | 0 | 502 | 144 | 70 |
| Binary | 11111111 | 11111 | 10101110 | 0 | 1011000 | 100000 | 0 | 101000010 | 1100100 | 111000 |
Color Harmonies of #FF1FAE
Complementary color
Monochromatic Colors of #FF1FAE
Black with #FF1FAE
Text Example
Text Example
White with #FF1FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FAE; }
p { color: rgb(255,31,174); }
H1.HeaderClassName
{
color: #FF1FAE;
}
.AnyTagClassName
{
color: #FF1FAE;
}
</style>
background-color css
<style>
a { background-color: #FF1FAE; }
a { background-color: rgb(255,31,174); }
div.DivClassName
{
background-color: #FF1FAE;
}
.BgClassName
{
background-color: #FF1FAE;
}
</style>
border-color css
<style>
span { border-color: #FF1FAE; }
span { border-color: rgb(255,31,174); }
td.TdClassName
{
border-color: #FF1FAE;
}
.TagClassName
{
border-color: #FF1FAE;
}
</style>