Shades of Spicy Pink #FF2ABA
Tints of Spicy Pink #FF2ABA
RGB
CMYK
RGB Variations
Color information
#FF2ABA (or 0xFF2ABA) is known color: Spicy Pink. HEX triplet: FF, 2A and BA. RGB value is (255,42,186). Sum of RGB (Red+Green+Blue) = 255+42+186=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ABA is #00D545. Grayscale: #797979. Windows color (decimal): -54598 or 12200703. OLE color: 12200703.
HSL color Cylindrical-coordinate representation of color #FF2ABA: hue angle of 319.44º 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 #FF2ABA is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 186 | - |
| CMYK | 0 | 0.84 | 0.27 | 0 |
| HSL | 319.44º | 1% | 0.58% | - |
| HSV(B) | 319.44º | 0.84% | 1% | - |
| XYZ | 50.93 | 26.46 | 48.88 | - |
| YUV | 122.1 | 164.07 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 186 | 0 | 0.84 | 0.27 | 0 | 319.44 | 1 | 0.58 |
| Hex | FF | 2A | BA | 0 | 54 | 1B | 0 | 13F | 64 | 3A |
| Octal | 377 | 52 | 272 | 0 | 124 | 33 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 101010 | 10111010 | 0 | 1010100 | 11011 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF2ABA
Complementary color
Monochromatic Colors of #FF2ABA
Black with #FF2ABA
Text Example
Text Example
White with #FF2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ABA; }
p { color: rgb(255,42,186); }
H1.HeaderClassName
{
color: #FF2ABA;
}
.AnyTagClassName
{
color: #FF2ABA;
}
</style>
background-color css
<style>
a { background-color: #FF2ABA; }
a { background-color: rgb(255,42,186); }
div.DivClassName
{
background-color: #FF2ABA;
}
.BgClassName
{
background-color: #FF2ABA;
}
</style>
border-color css
<style>
span { border-color: #FF2ABA; }
span { border-color: rgb(255,42,186); }
td.TdClassName
{
border-color: #FF2ABA;
}
.TagClassName
{
border-color: #FF2ABA;
}
</style>