Shades of Spicy Pink #F721AF
Tints of Spicy Pink #F721AF
RGB
CMYK
RGB Variations
Color information
#F721AF (or 0xF721AF) is known color: Spicy Pink. HEX triplet: F7, 21 and AF. RGB value is (247,33,175). Sum of RGB (Red+Green+Blue) = 247+33+175=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F721AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F721AF is #08DE50. Grayscale: #707070. Windows color (decimal): -581201 or 11477495. OLE color: 11477495.
HSL color Cylindrical-coordinate representation of color #F721AF: hue angle of 320.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F721AF is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 175 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.03 |
| HSL | 320.19º | 0.93% | 0.55% | - |
| HSV(B) | 320.19º | 0.87% | 0.97% | - |
| XYZ | 46.64 | 23.96 | 42.72 | - |
| YUV | 113.17 | 162.9 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 175 | 0 | 0.87 | 0.29 | 0.03 | 320.19 | 0.93 | 0.55 |
| Hex | F7 | 21 | AF | 0 | 57 | 1D | 3 | 140 | 5D | 37 |
| Octal | 367 | 41 | 257 | 0 | 127 | 35 | 3 | 500 | 135 | 67 |
| Binary | 11110111 | 100001 | 10101111 | 0 | 1010111 | 11101 | 11 | 101000000 | 1011101 | 110111 |
Color Harmonies of #F721AF
Complementary color
Monochromatic Colors of #F721AF
Black with #F721AF
Text Example
Text Example
White with #F721AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721AF; }
p { color: rgb(247,33,175); }
H1.HeaderClassName
{
color: #F721AF;
}
.AnyTagClassName
{
color: #F721AF;
}
</style>
background-color css
<style>
a { background-color: #F721AF; }
a { background-color: rgb(247,33,175); }
div.DivClassName
{
background-color: #F721AF;
}
.BgClassName
{
background-color: #F721AF;
}
</style>
border-color css
<style>
span { border-color: #F721AF; }
span { border-color: rgb(247,33,175); }
td.TdClassName
{
border-color: #F721AF;
}
.TagClassName
{
border-color: #F721AF;
}
</style>