Shades of Spicy Pink #F512AD
Tints of Spicy Pink #F512AD
RGB
CMYK
RGB Variations
Color information
#F512AD (or 0xF512AD) is known color: Spicy Pink. HEX triplet: F5, 12 and AD. RGB value is (245,18,173). Sum of RGB (Red+Green+Blue) = 245+18+173=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F512AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F512AD is #0AED52. Grayscale: #676767. Windows color (decimal): -716115 or 11342581. OLE color: 11342581.
HSL color Cylindrical-coordinate representation of color #F512AD: hue angle of 319.03º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.04 |
| HSL | 319.03º | 0.92% | 0.52% | - |
| HSV(B) | 319.03º | 0.93% | 0.96% | - |
| XYZ | 45.42 | 22.86 | 41.55 | - |
| YUV | 103.54 | 167.21 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 173 | 0 | 0.93 | 0.29 | 0.04 | 319.03 | 0.92 | 0.52 |
| Hex | F5 | 12 | AD | 0 | 5D | 1D | 4 | 13F | 5C | 34 |
| Octal | 365 | 22 | 255 | 0 | 135 | 35 | 4 | 477 | 134 | 64 |
| Binary | 11110101 | 10010 | 10101101 | 0 | 1011101 | 11101 | 100 | 100111111 | 1011100 | 110100 |
Color Harmonies of #F512AD
Complementary color
Monochromatic Colors of #F512AD
Black with #F512AD
Text Example
Text Example
White with #F512AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512AD; }
p { color: rgb(245,18,173); }
H1.HeaderClassName
{
color: #F512AD;
}
.AnyTagClassName
{
color: #F512AD;
}
</style>
background-color css
<style>
a { background-color: #F512AD; }
a { background-color: rgb(245,18,173); }
div.DivClassName
{
background-color: #F512AD;
}
.BgClassName
{
background-color: #F512AD;
}
</style>
border-color css
<style>
span { border-color: #F512AD; }
span { border-color: rgb(245,18,173); }
td.TdClassName
{
border-color: #F512AD;
}
.TagClassName
{
border-color: #F512AD;
}
</style>