Shades of Spicy Pink #FF2DB5
Tints of Spicy Pink #FF2DB5
RGB
CMYK
RGB Variations
Color information
#FF2DB5 (or 0xFF2DB5) is known color: Spicy Pink. HEX triplet: FF, 2D and B5. RGB value is (255,45,181). Sum of RGB (Red+Green+Blue) = 255+45+181=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DB5 is #00D24A. Grayscale: #7A7A7A. Windows color (decimal): -53835 or 11873791. OLE color: 11873791.
HSL color Cylindrical-coordinate representation of color #FF2DB5: hue angle of 321.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2DB5 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 181 | - |
| CMYK | 0 | 0.82 | 0.29 | 0 |
| HSL | 321.14º | 1% | 0.59% | - |
| HSV(B) | 321.14º | 0.82% | 1% | - |
| XYZ | 50.52 | 26.47 | 46.16 | - |
| YUV | 123.29 | 160.57 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 181 | 0 | 0.82 | 0.29 | 0 | 321.14 | 1 | 0.59 |
| Hex | FF | 2D | B5 | 0 | 52 | 1D | 0 | 141 | 64 | 3B |
| Octal | 377 | 55 | 265 | 0 | 122 | 35 | 0 | 501 | 144 | 73 |
| Binary | 11111111 | 101101 | 10110101 | 0 | 1010010 | 11101 | 0 | 101000001 | 1100100 | 111011 |
Color Harmonies of #FF2DB5
Complementary color
Monochromatic Colors of #FF2DB5
Black with #FF2DB5
Text Example
Text Example
White with #FF2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DB5; }
p { color: rgb(255,45,181); }
H1.HeaderClassName
{
color: #FF2DB5;
}
.AnyTagClassName
{
color: #FF2DB5;
}
</style>
background-color css
<style>
a { background-color: #FF2DB5; }
a { background-color: rgb(255,45,181); }
div.DivClassName
{
background-color: #FF2DB5;
}
.BgClassName
{
background-color: #FF2DB5;
}
</style>
border-color css
<style>
span { border-color: #FF2DB5; }
span { border-color: rgb(255,45,181); }
td.TdClassName
{
border-color: #FF2DB5;
}
.TagClassName
{
border-color: #FF2DB5;
}
</style>