Shades of Spicy Pink #F517AD
Tints of Spicy Pink #F517AD
RGB
CMYK
RGB Variations
Color information
#F517AD (or 0xF517AD) is known color: Spicy Pink. HEX triplet: F5, 17 and AD. RGB value is (245,23,173). Sum of RGB (Red+Green+Blue) = 245+23+173=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F517AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F517AD is #0AE852. Grayscale: #6A6A6A. Windows color (decimal): -714835 or 11343861. OLE color: 11343861.
HSL color Cylindrical-coordinate representation of color #F517AD: hue angle of 319.46º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517AD is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 173 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.04 |
| HSL | 319.46º | 0.92% | 0.53% | - |
| HSV(B) | 319.46º | 0.91% | 0.96% | - |
| XYZ | 45.51 | 23.04 | 41.58 | - |
| YUV | 106.48 | 165.55 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 173 | 0 | 0.91 | 0.29 | 0.04 | 319.46 | 0.92 | 0.53 |
| Hex | F5 | 17 | AD | 0 | 5B | 1D | 4 | 13F | 5C | 35 |
| Octal | 365 | 27 | 255 | 0 | 133 | 35 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 10111 | 10101101 | 0 | 1011011 | 11101 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F517AD
Complementary color
Monochromatic Colors of #F517AD
Black with #F517AD
Text Example
Text Example
White with #F517AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517AD; }
p { color: rgb(245,23,173); }
H1.HeaderClassName
{
color: #F517AD;
}
.AnyTagClassName
{
color: #F517AD;
}
</style>
background-color css
<style>
a { background-color: #F517AD; }
a { background-color: rgb(245,23,173); }
div.DivClassName
{
background-color: #F517AD;
}
.BgClassName
{
background-color: #F517AD;
}
</style>
border-color css
<style>
span { border-color: #F517AD; }
span { border-color: rgb(245,23,173); }
td.TdClassName
{
border-color: #F517AD;
}
.TagClassName
{
border-color: #F517AD;
}
</style>