Shades of Spicy Pink #F512AF
Tints of Spicy Pink #F512AF
RGB
CMYK
RGB Variations
Color information
#F512AF (or 0xF512AF) is known color: Spicy Pink. HEX triplet: F5, 12 and AF. RGB value is (245,18,175). Sum of RGB (Red+Green+Blue) = 245+18+175=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F512AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F512AF is #0AED50. Grayscale: #676767. Windows color (decimal): -716113 or 11473653. OLE color: 11473653.
HSL color Cylindrical-coordinate representation of color #F512AF: hue angle of 318.5º 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 #F512AF is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 175 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.04 |
| HSL | 318.5º | 0.92% | 0.52% | - |
| HSV(B) | 318.5º | 0.93% | 0.96% | - |
| XYZ | 45.61 | 22.94 | 42.58 | - |
| YUV | 103.77 | 168.21 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 175 | 0 | 0.93 | 0.29 | 0.04 | 318.5 | 0.92 | 0.52 |
| Hex | F5 | 12 | AF | 0 | 5D | 1D | 4 | 13F | 5C | 34 |
| Octal | 365 | 22 | 257 | 0 | 135 | 35 | 4 | 477 | 134 | 64 |
| Binary | 11110101 | 10010 | 10101111 | 0 | 1011101 | 11101 | 100 | 100111111 | 1011100 | 110100 |
Color Harmonies of #F512AF
Complementary color
Monochromatic Colors of #F512AF
Black with #F512AF
Text Example
Text Example
White with #F512AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512AF; }
p { color: rgb(245,18,175); }
H1.HeaderClassName
{
color: #F512AF;
}
.AnyTagClassName
{
color: #F512AF;
}
</style>
background-color css
<style>
a { background-color: #F512AF; }
a { background-color: rgb(245,18,175); }
div.DivClassName
{
background-color: #F512AF;
}
.BgClassName
{
background-color: #F512AF;
}
</style>
border-color css
<style>
span { border-color: #F512AF; }
span { border-color: rgb(245,18,175); }
td.TdClassName
{
border-color: #F512AF;
}
.TagClassName
{
border-color: #F512AF;
}
</style>