Shades of Spicy Pink #FF10A9
Tints of Spicy Pink #FF10A9
RGB
CMYK
RGB Variations
Color information
#FF10A9 (or 0xFF10A9) is known color: Spicy Pink. HEX triplet: FF, 10 and A9. RGB value is (255,16,169). Sum of RGB (Red+Green+Blue) = 255+16+169=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF10A9 is #00EF56. Grayscale: #686868. Windows color (decimal): -61271 or 11079935. OLE color: 11079935.
HSL color Cylindrical-coordinate representation of color #FF10A9: hue angle of 321.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF10A9 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 169 | - |
| CMYK | 0 | 0.94 | 0.34 | 0 |
| HSL | 321.59º | 1% | 0.53% | - |
| HSV(B) | 321.59º | 0.94% | 1% | - |
| XYZ | 48.59 | 24.5 | 39.7 | - |
| YUV | 104.9 | 164.18 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 169 | 0 | 0.94 | 0.34 | 0 | 321.59 | 1 | 0.53 |
| Hex | FF | 10 | A9 | 0 | 5E | 22 | 0 | 142 | 64 | 35 |
| Octal | 377 | 20 | 251 | 0 | 136 | 42 | 0 | 502 | 144 | 65 |
| Binary | 11111111 | 10000 | 10101001 | 0 | 1011110 | 100010 | 0 | 101000010 | 1100100 | 110101 |
Color Harmonies of #FF10A9
Complementary color
Monochromatic Colors of #FF10A9
Black with #FF10A9
Text Example
Text Example
White with #FF10A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10A9; }
p { color: rgb(255,16,169); }
H1.HeaderClassName
{
color: #FF10A9;
}
.AnyTagClassName
{
color: #FF10A9;
}
</style>
background-color css
<style>
a { background-color: #FF10A9; }
a { background-color: rgb(255,16,169); }
div.DivClassName
{
background-color: #FF10A9;
}
.BgClassName
{
background-color: #FF10A9;
}
</style>
border-color css
<style>
span { border-color: #FF10A9; }
span { border-color: rgb(255,16,169); }
td.TdClassName
{
border-color: #FF10A9;
}
.TagClassName
{
border-color: #FF10A9;
}
</style>