Shades of Spicy Pink #FF1DB6
Tints of Spicy Pink #FF1DB6
RGB
CMYK
RGB Variations
Color information
#FF1DB6 (or 0xFF1DB6) is known color: Spicy Pink. HEX triplet: FF, 1D and B6. RGB value is (255,29,182). Sum of RGB (Red+Green+Blue) = 255+29+182=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DB6 is #00E249. Grayscale: #717171. Windows color (decimal): -57930 or 11935231. OLE color: 11935231.
HSL color Cylindrical-coordinate representation of color #FF1DB6: hue angle of 319.38º 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 #FF1DB6 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 182 | - |
| CMYK | 0 | 0.89 | 0.29 | 0 |
| HSL | 319.38º | 1% | 0.56% | - |
| HSV(B) | 319.38º | 0.89% | 1% | - |
| XYZ | 50.12 | 25.52 | 46.54 | - |
| YUV | 114.02 | 166.37 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 182 | 0 | 0.89 | 0.29 | 0 | 319.38 | 1 | 0.56 |
| Hex | FF | 1D | B6 | 0 | 59 | 1D | 0 | 13F | 64 | 38 |
| Octal | 377 | 35 | 266 | 0 | 131 | 35 | 0 | 477 | 144 | 70 |
| Binary | 11111111 | 11101 | 10110110 | 0 | 1011001 | 11101 | 0 | 100111111 | 1100100 | 111000 |
Color Harmonies of #FF1DB6
Complementary color
Monochromatic Colors of #FF1DB6
Black with #FF1DB6
Text Example
Text Example
White with #FF1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DB6; }
p { color: rgb(255,29,182); }
H1.HeaderClassName
{
color: #FF1DB6;
}
.AnyTagClassName
{
color: #FF1DB6;
}
</style>
background-color css
<style>
a { background-color: #FF1DB6; }
a { background-color: rgb(255,29,182); }
div.DivClassName
{
background-color: #FF1DB6;
}
.BgClassName
{
background-color: #FF1DB6;
}
</style>
border-color css
<style>
span { border-color: #FF1DB6; }
span { border-color: rgb(255,29,182); }
td.TdClassName
{
border-color: #FF1DB6;
}
.TagClassName
{
border-color: #FF1DB6;
}
</style>