Shades of Spicy Pink #FF10AE
Tints of Spicy Pink #FF10AE
RGB
CMYK
RGB Variations
Color information
#FF10AE (or 0xFF10AE) is known color: Spicy Pink. HEX triplet: FF, 10 and AE. RGB value is (255,16,174). Sum of RGB (Red+Green+Blue) = 255+16+174=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF10AE is #00EF51. Grayscale: #696969. Windows color (decimal): -61266 or 11407615. OLE color: 11407615.
HSL color Cylindrical-coordinate representation of color #FF10AE: hue angle of 320.33º 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 #FF10AE is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 174 | - |
| CMYK | 0 | 0.94 | 0.32 | 0 |
| HSL | 320.33º | 1% | 0.53% | - |
| HSV(B) | 320.33º | 0.94% | 1% | - |
| XYZ | 49.07 | 24.69 | 42.22 | - |
| YUV | 105.47 | 166.68 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 174 | 0 | 0.94 | 0.32 | 0 | 320.33 | 1 | 0.53 |
| Hex | FF | 10 | AE | 0 | 5E | 20 | 0 | 140 | 64 | 35 |
| Octal | 377 | 20 | 256 | 0 | 136 | 40 | 0 | 500 | 144 | 65 |
| Binary | 11111111 | 10000 | 10101110 | 0 | 1011110 | 100000 | 0 | 101000000 | 1100100 | 110101 |
Color Harmonies of #FF10AE
Complementary color
Monochromatic Colors of #FF10AE
Black with #FF10AE
Text Example
Text Example
White with #FF10AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10AE; }
p { color: rgb(255,16,174); }
H1.HeaderClassName
{
color: #FF10AE;
}
.AnyTagClassName
{
color: #FF10AE;
}
</style>
background-color css
<style>
a { background-color: #FF10AE; }
a { background-color: rgb(255,16,174); }
div.DivClassName
{
background-color: #FF10AE;
}
.BgClassName
{
background-color: #FF10AE;
}
</style>
border-color css
<style>
span { border-color: #FF10AE; }
span { border-color: rgb(255,16,174); }
td.TdClassName
{
border-color: #FF10AE;
}
.TagClassName
{
border-color: #FF10AE;
}
</style>