Shades of Spicy Pink #FF1FA8
Tints of Spicy Pink #FF1FA8
RGB
CMYK
RGB Variations
Color information
#FF1FA8 (or 0xFF1FA8) is known color: Spicy Pink. HEX triplet: FF, 1F and A8. RGB value is (255,31,168). Sum of RGB (Red+Green+Blue) = 255+31+168=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FA8 is #00E057. Grayscale: #717171. Windows color (decimal): -57432 or 11018239. OLE color: 11018239.
HSL color Cylindrical-coordinate representation of color #FF1FA8: hue angle of 323.3º 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 #FF1FA8 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 168 | - |
| CMYK | 0 | 0.88 | 0.34 | 0 |
| HSL | 323.3º | 1% | 0.56% | - |
| HSV(B) | 323.3º | 0.88% | 1% | - |
| XYZ | 48.8 | 25.07 | 39.31 | - |
| YUV | 113.59 | 158.71 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 168 | 0 | 0.88 | 0.34 | 0 | 323.3 | 1 | 0.56 |
| Hex | FF | 1F | A8 | 0 | 58 | 22 | 0 | 143 | 64 | 38 |
| Octal | 377 | 37 | 250 | 0 | 130 | 42 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 11111 | 10101000 | 0 | 1011000 | 100010 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF1FA8
Complementary color
Monochromatic Colors of #FF1FA8
Black with #FF1FA8
Text Example
Text Example
White with #FF1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FA8; }
p { color: rgb(255,31,168); }
H1.HeaderClassName
{
color: #FF1FA8;
}
.AnyTagClassName
{
color: #FF1FA8;
}
</style>
background-color css
<style>
a { background-color: #FF1FA8; }
a { background-color: rgb(255,31,168); }
div.DivClassName
{
background-color: #FF1FA8;
}
.BgClassName
{
background-color: #FF1FA8;
}
</style>
border-color css
<style>
span { border-color: #FF1FA8; }
span { border-color: rgb(255,31,168); }
td.TdClassName
{
border-color: #FF1FA8;
}
.TagClassName
{
border-color: #FF1FA8;
}
</style>