Shades of Spicy Pink #FF1DB5
Tints of Spicy Pink #FF1DB5
RGB
CMYK
RGB Variations
Color information
#FF1DB5 (or 0xFF1DB5) is known color: Spicy Pink. HEX triplet: FF, 1D and B5. RGB value is (255,29,181). Sum of RGB (Red+Green+Blue) = 255+29+181=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DB5 is #00E24A. Grayscale: #717171. Windows color (decimal): -57931 or 11869695. OLE color: 11869695.
HSL color Cylindrical-coordinate representation of color #FF1DB5: hue angle of 319.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DB5 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 181 | - |
| CMYK | 0 | 0.89 | 0.29 | 0 |
| HSL | 319.65º | 1% | 0.56% | - |
| HSV(B) | 319.65º | 0.89% | 1% | - |
| XYZ | 50.02 | 25.47 | 46 | - |
| YUV | 113.9 | 165.87 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 181 | 0 | 0.89 | 0.29 | 0 | 319.65 | 1 | 0.56 |
| Hex | FF | 1D | B5 | 0 | 59 | 1D | 0 | 140 | 64 | 38 |
| Octal | 377 | 35 | 265 | 0 | 131 | 35 | 0 | 500 | 144 | 70 |
| Binary | 11111111 | 11101 | 10110101 | 0 | 1011001 | 11101 | 0 | 101000000 | 1100100 | 111000 |
Color Harmonies of #FF1DB5
Complementary color
Monochromatic Colors of #FF1DB5
Black with #FF1DB5
Text Example
Text Example
White with #FF1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DB5; }
p { color: rgb(255,29,181); }
H1.HeaderClassName
{
color: #FF1DB5;
}
.AnyTagClassName
{
color: #FF1DB5;
}
</style>
background-color css
<style>
a { background-color: #FF1DB5; }
a { background-color: rgb(255,29,181); }
div.DivClassName
{
background-color: #FF1DB5;
}
.BgClassName
{
background-color: #FF1DB5;
}
</style>
border-color css
<style>
span { border-color: #FF1DB5; }
span { border-color: rgb(255,29,181); }
td.TdClassName
{
border-color: #FF1DB5;
}
.TagClassName
{
border-color: #FF1DB5;
}
</style>