Shades of Spicy Pink #FF1DAC
Tints of Spicy Pink #FF1DAC
RGB
CMYK
RGB Variations
Color information
#FF1DAC (or 0xFF1DAC) is known color: Spicy Pink. HEX triplet: FF, 1D and AC. RGB value is (255,29,172). Sum of RGB (Red+Green+Blue) = 255+29+172=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1DAC is #00E253. Grayscale: #707070. Windows color (decimal): -57940 or 11279871. OLE color: 11279871.
HSL color Cylindrical-coordinate representation of color #FF1DAC: hue angle of 322.04º 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 #FF1DAC is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 172 | - |
| CMYK | 0 | 0.89 | 0.33 | 0 |
| HSL | 322.04º | 1% | 0.56% | - |
| HSV(B) | 322.04º | 0.89% | 1% | - |
| XYZ | 49.13 | 25.12 | 41.29 | - |
| YUV | 112.88 | 161.37 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 172 | 0 | 0.89 | 0.33 | 0 | 322.04 | 1 | 0.56 |
| Hex | FF | 1D | AC | 0 | 59 | 21 | 0 | 142 | 64 | 38 |
| Octal | 377 | 35 | 254 | 0 | 131 | 41 | 0 | 502 | 144 | 70 |
| Binary | 11111111 | 11101 | 10101100 | 0 | 1011001 | 100001 | 0 | 101000010 | 1100100 | 111000 |
Color Harmonies of #FF1DAC
Complementary color
Monochromatic Colors of #FF1DAC
Black with #FF1DAC
Text Example
Text Example
White with #FF1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DAC; }
p { color: rgb(255,29,172); }
H1.HeaderClassName
{
color: #FF1DAC;
}
.AnyTagClassName
{
color: #FF1DAC;
}
</style>
background-color css
<style>
a { background-color: #FF1DAC; }
a { background-color: rgb(255,29,172); }
div.DivClassName
{
background-color: #FF1DAC;
}
.BgClassName
{
background-color: #FF1DAC;
}
</style>
border-color css
<style>
span { border-color: #FF1DAC; }
span { border-color: rgb(255,29,172); }
td.TdClassName
{
border-color: #FF1DAC;
}
.TagClassName
{
border-color: #FF1DAC;
}
</style>