Shades of Spicy Pink #FF1FAA
Tints of Spicy Pink #FF1FAA
RGB
CMYK
RGB Variations
Color information
#FF1FAA (or 0xFF1FAA) is known color: Spicy Pink. HEX triplet: FF, 1F and AA. RGB value is (255,31,170). Sum of RGB (Red+Green+Blue) = 255+31+170=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FAA is #00E055. Grayscale: #717171. Windows color (decimal): -57430 or 11149311. OLE color: 11149311.
HSL color Cylindrical-coordinate representation of color #FF1FAA: hue angle of 322.77º 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 #FF1FAA is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 170 | - |
| CMYK | 0 | 0.88 | 0.33 | 0 |
| HSL | 322.77º | 1% | 0.56% | - |
| HSV(B) | 322.77º | 0.88% | 1% | - |
| XYZ | 48.99 | 25.14 | 40.3 | - |
| YUV | 113.82 | 159.71 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 170 | 0 | 0.88 | 0.33 | 0 | 322.77 | 1 | 0.56 |
| Hex | FF | 1F | AA | 0 | 58 | 21 | 0 | 143 | 64 | 38 |
| Octal | 377 | 37 | 252 | 0 | 130 | 41 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 11111 | 10101010 | 0 | 1011000 | 100001 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF1FAA
Complementary color
Monochromatic Colors of #FF1FAA
Black with #FF1FAA
Text Example
Text Example
White with #FF1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FAA; }
p { color: rgb(255,31,170); }
H1.HeaderClassName
{
color: #FF1FAA;
}
.AnyTagClassName
{
color: #FF1FAA;
}
</style>
background-color css
<style>
a { background-color: #FF1FAA; }
a { background-color: rgb(255,31,170); }
div.DivClassName
{
background-color: #FF1FAA;
}
.BgClassName
{
background-color: #FF1FAA;
}
</style>
border-color css
<style>
span { border-color: #FF1FAA; }
span { border-color: rgb(255,31,170); }
td.TdClassName
{
border-color: #FF1FAA;
}
.TagClassName
{
border-color: #FF1FAA;
}
</style>