Shades of Spicy Pink #FF2DB4
Tints of Spicy Pink #FF2DB4
RGB
CMYK
RGB Variations
Color information
#FF2DB4 (or 0xFF2DB4) is known color: Spicy Pink. HEX triplet: FF, 2D and B4. RGB value is (255,45,180). Sum of RGB (Red+Green+Blue) = 255+45+180=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DB4 is #00D24B. Grayscale: #7A7A7A. Windows color (decimal): -53836 or 11808255. OLE color: 11808255.
HSL color Cylindrical-coordinate representation of color #FF2DB4: hue angle of 321.43º 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 #FF2DB4 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 180 | - |
| CMYK | 0 | 0.82 | 0.29 | 0 |
| HSL | 321.43º | 1% | 0.59% | - |
| HSV(B) | 321.43º | 0.82% | 1% | - |
| XYZ | 50.42 | 26.43 | 45.62 | - |
| YUV | 123.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 180 | 0 | 0.82 | 0.29 | 0 | 321.43 | 1 | 0.59 |
| Hex | FF | 2D | B4 | 0 | 52 | 1D | 0 | 141 | 64 | 3B |
| Octal | 377 | 55 | 264 | 0 | 122 | 35 | 0 | 501 | 144 | 73 |
| Binary | 11111111 | 101101 | 10110100 | 0 | 1010010 | 11101 | 0 | 101000001 | 1100100 | 111011 |
Color Harmonies of #FF2DB4
Complementary color
Monochromatic Colors of #FF2DB4
Black with #FF2DB4
Text Example
Text Example
White with #FF2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DB4; }
p { color: rgb(255,45,180); }
H1.HeaderClassName
{
color: #FF2DB4;
}
.AnyTagClassName
{
color: #FF2DB4;
}
</style>
background-color css
<style>
a { background-color: #FF2DB4; }
a { background-color: rgb(255,45,180); }
div.DivClassName
{
background-color: #FF2DB4;
}
.BgClassName
{
background-color: #FF2DB4;
}
</style>
border-color css
<style>
span { border-color: #FF2DB4; }
span { border-color: rgb(255,45,180); }
td.TdClassName
{
border-color: #FF2DB4;
}
.TagClassName
{
border-color: #FF2DB4;
}
</style>