Shades of Spicy Pink #F712AF
Tints of Spicy Pink #F712AF
RGB
CMYK
RGB Variations
Color information
#F712AF (or 0xF712AF) is known color: Spicy Pink. HEX triplet: F7, 12 and AF. RGB value is (247,18,175). Sum of RGB (Red+Green+Blue) = 247+18+175=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F712AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F712AF is #08ED50. Grayscale: #676767. Windows color (decimal): -585041 or 11473655. OLE color: 11473655.
HSL color Cylindrical-coordinate representation of color #F712AF: hue angle of 318.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F712AF is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 175 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.03 |
| HSL | 318.86º | 0.93% | 0.52% | - |
| HSV(B) | 318.86º | 0.93% | 0.97% | - |
| XYZ | 46.31 | 23.3 | 42.61 | - |
| YUV | 104.37 | 167.87 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 175 | 0 | 0.93 | 0.29 | 0.03 | 318.86 | 0.93 | 0.52 |
| Hex | F7 | 12 | AF | 0 | 5D | 1D | 3 | 13F | 5D | 34 |
| Octal | 367 | 22 | 257 | 0 | 135 | 35 | 3 | 477 | 135 | 64 |
| Binary | 11110111 | 10010 | 10101111 | 0 | 1011101 | 11101 | 11 | 100111111 | 1011101 | 110100 |
Color Harmonies of #F712AF
Complementary color
Monochromatic Colors of #F712AF
Black with #F712AF
Text Example
Text Example
White with #F712AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712AF; }
p { color: rgb(247,18,175); }
H1.HeaderClassName
{
color: #F712AF;
}
.AnyTagClassName
{
color: #F712AF;
}
</style>
background-color css
<style>
a { background-color: #F712AF; }
a { background-color: rgb(247,18,175); }
div.DivClassName
{
background-color: #F712AF;
}
.BgClassName
{
background-color: #F712AF;
}
</style>
border-color css
<style>
span { border-color: #F712AF; }
span { border-color: rgb(247,18,175); }
td.TdClassName
{
border-color: #F712AF;
}
.TagClassName
{
border-color: #F712AF;
}
</style>