Shades of Spicy Pink #FF2AB3
Tints of Spicy Pink #FF2AB3
RGB
CMYK
RGB Variations
Color information
#FF2AB3 (or 0xFF2AB3) is known color: Spicy Pink. HEX triplet: FF, 2A and B3. RGB value is (255,42,179). Sum of RGB (Red+Green+Blue) = 255+42+179=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2AB3 is #00D54C. Grayscale: #787878. Windows color (decimal): -54605 or 11741951. OLE color: 11741951.
HSL color Cylindrical-coordinate representation of color #FF2AB3: hue angle of 321.41º 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 #FF2AB3 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 179 | - |
| CMYK | 0 | 0.84 | 0.30 | 0 |
| HSL | 321.41º | 1% | 0.58% | - |
| HSV(B) | 321.41º | 0.84% | 1% | - |
| XYZ | 50.2 | 26.17 | 45.05 | - |
| YUV | 121.31 | 160.57 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 179 | 0 | 0.84 | 0.30 | 0 | 321.41 | 1 | 0.58 |
| Hex | FF | 2A | B3 | 0 | 54 | 1E | 0 | 141 | 64 | 3A |
| Octal | 377 | 52 | 263 | 0 | 124 | 36 | 0 | 501 | 144 | 72 |
| Binary | 11111111 | 101010 | 10110011 | 0 | 1010100 | 11110 | 0 | 101000001 | 1100100 | 111010 |
Color Harmonies of #FF2AB3
Complementary color
Monochromatic Colors of #FF2AB3
Black with #FF2AB3
Text Example
Text Example
White with #FF2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AB3; }
p { color: rgb(255,42,179); }
H1.HeaderClassName
{
color: #FF2AB3;
}
.AnyTagClassName
{
color: #FF2AB3;
}
</style>
background-color css
<style>
a { background-color: #FF2AB3; }
a { background-color: rgb(255,42,179); }
div.DivClassName
{
background-color: #FF2AB3;
}
.BgClassName
{
background-color: #FF2AB3;
}
</style>
border-color css
<style>
span { border-color: #FF2AB3; }
span { border-color: rgb(255,42,179); }
td.TdClassName
{
border-color: #FF2AB3;
}
.TagClassName
{
border-color: #FF2AB3;
}
</style>