Shades of Spicy Pink #FF2AB5
Tints of Spicy Pink #FF2AB5
RGB
CMYK
RGB Variations
Color information
#FF2AB5 (or 0xFF2AB5) is known color: Spicy Pink. HEX triplet: FF, 2A and B5. RGB value is (255,42,181). Sum of RGB (Red+Green+Blue) = 255+42+181=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2AB5 is #00D54A. Grayscale: #797979. Windows color (decimal): -54603 or 11873023. OLE color: 11873023.
HSL color Cylindrical-coordinate representation of color #FF2AB5: hue angle of 320.85º 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 #FF2AB5 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 181 | - |
| CMYK | 0 | 0.84 | 0.29 | 0 |
| HSL | 320.85º | 1% | 0.58% | - |
| HSV(B) | 320.85º | 0.84% | 1% | - |
| XYZ | 50.41 | 26.25 | 46.13 | - |
| YUV | 121.53 | 161.57 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 181 | 0 | 0.84 | 0.29 | 0 | 320.85 | 1 | 0.58 |
| Hex | FF | 2A | B5 | 0 | 54 | 1D | 0 | 141 | 64 | 3A |
| Octal | 377 | 52 | 265 | 0 | 124 | 35 | 0 | 501 | 144 | 72 |
| Binary | 11111111 | 101010 | 10110101 | 0 | 1010100 | 11101 | 0 | 101000001 | 1100100 | 111010 |
Color Harmonies of #FF2AB5
Complementary color
Monochromatic Colors of #FF2AB5
Black with #FF2AB5
Text Example
Text Example
White with #FF2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AB5; }
p { color: rgb(255,42,181); }
H1.HeaderClassName
{
color: #FF2AB5;
}
.AnyTagClassName
{
color: #FF2AB5;
}
</style>
background-color css
<style>
a { background-color: #FF2AB5; }
a { background-color: rgb(255,42,181); }
div.DivClassName
{
background-color: #FF2AB5;
}
.BgClassName
{
background-color: #FF2AB5;
}
</style>
border-color css
<style>
span { border-color: #FF2AB5; }
span { border-color: rgb(255,42,181); }
td.TdClassName
{
border-color: #FF2AB5;
}
.TagClassName
{
border-color: #FF2AB5;
}
</style>