Shades of Spicy Pink #FF1DAF
Tints of Spicy Pink #FF1DAF
RGB
CMYK
RGB Variations
Color information
#FF1DAF (or 0xFF1DAF) is known color: Spicy Pink. HEX triplet: FF, 1D and AF. RGB value is (255,29,175). Sum of RGB (Red+Green+Blue) = 255+29+175=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1DAF is #00E250. Grayscale: #707070. Windows color (decimal): -57937 or 11476479. OLE color: 11476479.
HSL color Cylindrical-coordinate representation of color #FF1DAF: hue angle of 321.24º 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 #FF1DAF is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 175 | - |
| CMYK | 0 | 0.89 | 0.31 | 0 |
| HSL | 321.24º | 1% | 0.56% | - |
| HSV(B) | 321.24º | 0.89% | 1% | - |
| XYZ | 49.42 | 25.23 | 42.82 | - |
| YUV | 113.22 | 162.87 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 175 | 0 | 0.89 | 0.31 | 0 | 321.24 | 1 | 0.56 |
| Hex | FF | 1D | AF | 0 | 59 | 1F | 0 | 141 | 64 | 38 |
| Octal | 377 | 35 | 257 | 0 | 131 | 37 | 0 | 501 | 144 | 70 |
| Binary | 11111111 | 11101 | 10101111 | 0 | 1011001 | 11111 | 0 | 101000001 | 1100100 | 111000 |
Color Harmonies of #FF1DAF
Complementary color
Monochromatic Colors of #FF1DAF
Black with #FF1DAF
Text Example
Text Example
White with #FF1DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DAF; }
p { color: rgb(255,29,175); }
H1.HeaderClassName
{
color: #FF1DAF;
}
.AnyTagClassName
{
color: #FF1DAF;
}
</style>
background-color css
<style>
a { background-color: #FF1DAF; }
a { background-color: rgb(255,29,175); }
div.DivClassName
{
background-color: #FF1DAF;
}
.BgClassName
{
background-color: #FF1DAF;
}
</style>
border-color css
<style>
span { border-color: #FF1DAF; }
span { border-color: rgb(255,29,175); }
td.TdClassName
{
border-color: #FF1DAF;
}
.TagClassName
{
border-color: #FF1DAF;
}
</style>