Shades of Spicy Pink #F721AD
Tints of Spicy Pink #F721AD
RGB
CMYK
RGB Variations
Color information
#F721AD (or 0xF721AD) is known color: Spicy Pink. HEX triplet: F7, 21 and AD. RGB value is (247,33,173). Sum of RGB (Red+Green+Blue) = 247+33+173=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F721AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F721AD is #08DE52. Grayscale: #707070. Windows color (decimal): -581203 or 11346423. OLE color: 11346423.
HSL color Cylindrical-coordinate representation of color #F721AD: hue angle of 320.75º 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 #F721AD is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 173 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.03 |
| HSL | 320.75º | 0.93% | 0.55% | - |
| HSV(B) | 320.75º | 0.87% | 0.97% | - |
| XYZ | 46.44 | 23.88 | 41.7 | - |
| YUV | 112.95 | 161.9 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 173 | 0 | 0.87 | 0.30 | 0.03 | 320.75 | 0.93 | 0.55 |
| Hex | F7 | 21 | AD | 0 | 57 | 1E | 3 | 141 | 5D | 37 |
| Octal | 367 | 41 | 255 | 0 | 127 | 36 | 3 | 501 | 135 | 67 |
| Binary | 11110111 | 100001 | 10101101 | 0 | 1010111 | 11110 | 11 | 101000001 | 1011101 | 110111 |
Color Harmonies of #F721AD
Complementary color
Monochromatic Colors of #F721AD
Black with #F721AD
Text Example
Text Example
White with #F721AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721AD; }
p { color: rgb(247,33,173); }
H1.HeaderClassName
{
color: #F721AD;
}
.AnyTagClassName
{
color: #F721AD;
}
</style>
background-color css
<style>
a { background-color: #F721AD; }
a { background-color: rgb(247,33,173); }
div.DivClassName
{
background-color: #F721AD;
}
.BgClassName
{
background-color: #F721AD;
}
</style>
border-color css
<style>
span { border-color: #F721AD; }
span { border-color: rgb(247,33,173); }
td.TdClassName
{
border-color: #F721AD;
}
.TagClassName
{
border-color: #F721AD;
}
</style>