Shades of Spicy Pink #F511AD
Tints of Spicy Pink #F511AD
RGB
CMYK
RGB Variations
Color information
#F511AD (or 0xF511AD) is known color: Spicy Pink. HEX triplet: F5, 11 and AD. RGB value is (245,17,173). Sum of RGB (Red+Green+Blue) = 245+17+173=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F511AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F511AD is #0AEE52. Grayscale: #666666. Windows color (decimal): -716371 or 11342325. OLE color: 11342325.
HSL color Cylindrical-coordinate representation of color #F511AD: hue angle of 318.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.04 |
| HSL | 318.95º | 0.92% | 0.51% | - |
| HSV(B) | 318.95º | 0.93% | 0.96% | - |
| XYZ | 45.4 | 22.83 | 41.55 | - |
| YUV | 102.96 | 167.54 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 173 | 0 | 0.93 | 0.29 | 0.04 | 318.95 | 0.92 | 0.51 |
| Hex | F5 | 11 | AD | 0 | 5D | 1D | 4 | 13F | 5C | 33 |
| Octal | 365 | 21 | 255 | 0 | 135 | 35 | 4 | 477 | 134 | 63 |
| Binary | 11110101 | 10001 | 10101101 | 0 | 1011101 | 11101 | 100 | 100111111 | 1011100 | 110011 |
Color Harmonies of #F511AD
Complementary color
Monochromatic Colors of #F511AD
Black with #F511AD
Text Example
Text Example
White with #F511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511AD; }
p { color: rgb(245,17,173); }
H1.HeaderClassName
{
color: #F511AD;
}
.AnyTagClassName
{
color: #F511AD;
}
</style>
background-color css
<style>
a { background-color: #F511AD; }
a { background-color: rgb(245,17,173); }
div.DivClassName
{
background-color: #F511AD;
}
.BgClassName
{
background-color: #F511AD;
}
</style>
border-color css
<style>
span { border-color: #F511AD; }
span { border-color: rgb(245,17,173); }
td.TdClassName
{
border-color: #F511AD;
}
.TagClassName
{
border-color: #F511AD;
}
</style>