Shades of Spicy Pink #FF1FA6
Tints of Spicy Pink #FF1FA6
RGB
CMYK
RGB Variations
Color information
#FF1FA6 (or 0xFF1FA6) is known color: Spicy Pink. HEX triplet: FF, 1F and A6. RGB value is (255,31,166). Sum of RGB (Red+Green+Blue) = 255+31+166=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FA6 is #00E059. Grayscale: #717171. Windows color (decimal): -57434 or 10887167. OLE color: 10887167.
HSL color Cylindrical-coordinate representation of color #FF1FA6: hue angle of 323.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FA6 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 166 | - |
| CMYK | 0 | 0.88 | 0.35 | 0 |
| HSL | 323.84º | 1% | 0.56% | - |
| HSV(B) | 323.84º | 0.88% | 1% | - |
| XYZ | 48.61 | 24.99 | 38.34 | - |
| YUV | 113.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 166 | 0 | 0.88 | 0.35 | 0 | 323.84 | 1 | 0.56 |
| Hex | FF | 1F | A6 | 0 | 58 | 23 | 0 | 144 | 64 | 38 |
| Octal | 377 | 37 | 246 | 0 | 130 | 43 | 0 | 504 | 144 | 70 |
| Binary | 11111111 | 11111 | 10100110 | 0 | 1011000 | 100011 | 0 | 101000100 | 1100100 | 111000 |
Color Harmonies of #FF1FA6
Complementary color
Monochromatic Colors of #FF1FA6
Black with #FF1FA6
Text Example
Text Example
White with #FF1FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FA6; }
p { color: rgb(255,31,166); }
H1.HeaderClassName
{
color: #FF1FA6;
}
.AnyTagClassName
{
color: #FF1FA6;
}
</style>
background-color css
<style>
a { background-color: #FF1FA6; }
a { background-color: rgb(255,31,166); }
div.DivClassName
{
background-color: #FF1FA6;
}
.BgClassName
{
background-color: #FF1FA6;
}
</style>
border-color css
<style>
span { border-color: #FF1FA6; }
span { border-color: rgb(255,31,166); }
td.TdClassName
{
border-color: #FF1FA6;
}
.TagClassName
{
border-color: #FF1FA6;
}
</style>