Shades of Spicy Pink #FF1DAA
Tints of Spicy Pink #FF1DAA
RGB
CMYK
RGB Variations
Color information
#FF1DAA (or 0xFF1DAA) is known color: Spicy Pink. HEX triplet: FF, 1D and AA. RGB value is (255,29,170). Sum of RGB (Red+Green+Blue) = 255+29+170=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1DAA is #00E255. Grayscale: #707070. Windows color (decimal): -57942 or 11148799. OLE color: 11148799.
HSL color Cylindrical-coordinate representation of color #FF1DAA: hue angle of 322.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DAA is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 170 | - |
| CMYK | 0 | 0.89 | 0.33 | 0 |
| HSL | 322.57º | 1% | 0.56% | - |
| HSV(B) | 322.57º | 0.89% | 1% | - |
| XYZ | 48.94 | 25.04 | 40.28 | - |
| YUV | 112.65 | 160.37 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 170 | 0 | 0.89 | 0.33 | 0 | 322.57 | 1 | 0.56 |
| Hex | FF | 1D | AA | 0 | 59 | 21 | 0 | 143 | 64 | 38 |
| Octal | 377 | 35 | 252 | 0 | 131 | 41 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 11101 | 10101010 | 0 | 1011001 | 100001 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF1DAA
Complementary color
Monochromatic Colors of #FF1DAA
Black with #FF1DAA
Text Example
Text Example
White with #FF1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DAA; }
p { color: rgb(255,29,170); }
H1.HeaderClassName
{
color: #FF1DAA;
}
.AnyTagClassName
{
color: #FF1DAA;
}
</style>
background-color css
<style>
a { background-color: #FF1DAA; }
a { background-color: rgb(255,29,170); }
div.DivClassName
{
background-color: #FF1DAA;
}
.BgClassName
{
background-color: #FF1DAA;
}
</style>
border-color css
<style>
span { border-color: #FF1DAA; }
span { border-color: rgb(255,29,170); }
td.TdClassName
{
border-color: #FF1DAA;
}
.TagClassName
{
border-color: #FF1DAA;
}
</style>