Shades of Spicy Pink #FF2CB9
Tints of Spicy Pink #FF2CB9
RGB
CMYK
RGB Variations
Color information
#FF2CB9 (or 0xFF2CB9) is known color: Spicy Pink. HEX triplet: FF, 2C and B9. RGB value is (255,44,185). Sum of RGB (Red+Green+Blue) = 255+44+185=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CB9 is #00D346. Grayscale: #7A7A7A. Windows color (decimal): -54087 or 12135679. OLE color: 12135679.
HSL color Cylindrical-coordinate representation of color #FF2CB9: hue angle of 319.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CB9 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 185 | - |
| CMYK | 0 | 0.83 | 0.27 | 0 |
| HSL | 319.91º | 1% | 0.59% | - |
| HSV(B) | 319.91º | 0.83% | 1% | - |
| XYZ | 50.9 | 26.56 | 48.34 | - |
| YUV | 123.16 | 162.9 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 185 | 0 | 0.83 | 0.27 | 0 | 319.91 | 1 | 0.59 |
| Hex | FF | 2C | B9 | 0 | 53 | 1B | 0 | 140 | 64 | 3B |
| Octal | 377 | 54 | 271 | 0 | 123 | 33 | 0 | 500 | 144 | 73 |
| Binary | 11111111 | 101100 | 10111001 | 0 | 1010011 | 11011 | 0 | 101000000 | 1100100 | 111011 |
Color Harmonies of #FF2CB9
Complementary color
Monochromatic Colors of #FF2CB9
Black with #FF2CB9
Text Example
Text Example
White with #FF2CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CB9; }
p { color: rgb(255,44,185); }
H1.HeaderClassName
{
color: #FF2CB9;
}
.AnyTagClassName
{
color: #FF2CB9;
}
</style>
background-color css
<style>
a { background-color: #FF2CB9; }
a { background-color: rgb(255,44,185); }
div.DivClassName
{
background-color: #FF2CB9;
}
.BgClassName
{
background-color: #FF2CB9;
}
</style>
border-color css
<style>
span { border-color: #FF2CB9; }
span { border-color: rgb(255,44,185); }
td.TdClassName
{
border-color: #FF2CB9;
}
.TagClassName
{
border-color: #FF2CB9;
}
</style>