Shades of Spicy Pink #FF17AA
Tints of Spicy Pink #FF17AA
RGB
CMYK
RGB Variations
Color information
#FF17AA (or 0xFF17AA) is known color: Spicy Pink. HEX triplet: FF, 17 and AA. RGB value is (255,23,170). Sum of RGB (Red+Green+Blue) = 255+23+170=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF17AA is #00E855. Grayscale: #6C6C6C. Windows color (decimal): -59478 or 11147263. OLE color: 11147263.
HSL color Cylindrical-coordinate representation of color #FF17AA: hue angle of 321.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF17AA is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 170 | - |
| CMYK | 0 | 0.91 | 0.33 | 0 |
| HSL | 321.98º | 1% | 0.55% | - |
| HSV(B) | 321.98º | 0.91% | 1% | - |
| XYZ | 48.8 | 24.78 | 40.24 | - |
| YUV | 109.13 | 162.36 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 170 | 0 | 0.91 | 0.33 | 0 | 321.98 | 1 | 0.55 |
| Hex | FF | 17 | AA | 0 | 5B | 21 | 0 | 142 | 64 | 37 |
| Octal | 377 | 27 | 252 | 0 | 133 | 41 | 0 | 502 | 144 | 67 |
| Binary | 11111111 | 10111 | 10101010 | 0 | 1011011 | 100001 | 0 | 101000010 | 1100100 | 110111 |
Color Harmonies of #FF17AA
Complementary color
Monochromatic Colors of #FF17AA
Black with #FF17AA
Text Example
Text Example
White with #FF17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17AA; }
p { color: rgb(255,23,170); }
H1.HeaderClassName
{
color: #FF17AA;
}
.AnyTagClassName
{
color: #FF17AA;
}
</style>
background-color css
<style>
a { background-color: #FF17AA; }
a { background-color: rgb(255,23,170); }
div.DivClassName
{
background-color: #FF17AA;
}
.BgClassName
{
background-color: #FF17AA;
}
</style>
border-color css
<style>
span { border-color: #FF17AA; }
span { border-color: rgb(255,23,170); }
td.TdClassName
{
border-color: #FF17AA;
}
.TagClassName
{
border-color: #FF17AA;
}
</style>