Shades of Spicy Pink #F713AF
Tints of Spicy Pink #F713AF
RGB
CMYK
RGB Variations
Color information
#F713AF (or 0xF713AF) is known color: Spicy Pink. HEX triplet: F7, 13 and AF. RGB value is (247,19,175). Sum of RGB (Red+Green+Blue) = 247+19+175=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F713AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F713AF is #08EC50. Grayscale: #686868. Windows color (decimal): -584785 or 11473911. OLE color: 11473911.
HSL color Cylindrical-coordinate representation of color #F713AF: hue angle of 318.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F713AF is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 175 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.03 |
| HSL | 318.95º | 0.93% | 0.52% | - |
| HSV(B) | 318.95º | 0.92% | 0.97% | - |
| XYZ | 46.33 | 23.34 | 42.62 | - |
| YUV | 104.96 | 167.54 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 175 | 0 | 0.92 | 0.29 | 0.03 | 318.95 | 0.93 | 0.52 |
| Hex | F7 | 13 | AF | 0 | 5C | 1D | 3 | 13F | 5D | 34 |
| Octal | 367 | 23 | 257 | 0 | 134 | 35 | 3 | 477 | 135 | 64 |
| Binary | 11110111 | 10011 | 10101111 | 0 | 1011100 | 11101 | 11 | 100111111 | 1011101 | 110100 |
Color Harmonies of #F713AF
Complementary color
Monochromatic Colors of #F713AF
Black with #F713AF
Text Example
Text Example
White with #F713AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F713AF; }
p { color: rgb(247,19,175); }
H1.HeaderClassName
{
color: #F713AF;
}
.AnyTagClassName
{
color: #F713AF;
}
</style>
background-color css
<style>
a { background-color: #F713AF; }
a { background-color: rgb(247,19,175); }
div.DivClassName
{
background-color: #F713AF;
}
.BgClassName
{
background-color: #F713AF;
}
</style>
border-color css
<style>
span { border-color: #F713AF; }
span { border-color: rgb(247,19,175); }
td.TdClassName
{
border-color: #F713AF;
}
.TagClassName
{
border-color: #F713AF;
}
</style>