Shades of Spicy Pink #F728AF
Tints of Spicy Pink #F728AF
RGB
CMYK
RGB Variations
Color information
#F728AF (or 0xF728AF) is known color: Spicy Pink. HEX triplet: F7, 28 and AF. RGB value is (247,40,175). Sum of RGB (Red+Green+Blue) = 247+40+175=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F728AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F728AF is #08D750. Grayscale: #747474. Windows color (decimal): -579409 or 11479287. OLE color: 11479287.
HSL color Cylindrical-coordinate representation of color #F728AF: hue angle of 320.87º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728AF is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 175 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.03 |
| HSL | 320.87º | 0.93% | 0.56% | - |
| HSV(B) | 320.87º | 0.84% | 0.97% | - |
| XYZ | 46.85 | 24.39 | 42.8 | - |
| YUV | 117.28 | 160.58 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 175 | 0 | 0.84 | 0.29 | 0.03 | 320.87 | 0.93 | 0.56 |
| Hex | F7 | 28 | AF | 0 | 54 | 1D | 3 | 141 | 5D | 38 |
| Octal | 367 | 50 | 257 | 0 | 124 | 35 | 3 | 501 | 135 | 70 |
| Binary | 11110111 | 101000 | 10101111 | 0 | 1010100 | 11101 | 11 | 101000001 | 1011101 | 111000 |
Color Harmonies of #F728AF
Complementary color
Monochromatic Colors of #F728AF
Black with #F728AF
Text Example
Text Example
White with #F728AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728AF; }
p { color: rgb(247,40,175); }
H1.HeaderClassName
{
color: #F728AF;
}
.AnyTagClassName
{
color: #F728AF;
}
</style>
background-color css
<style>
a { background-color: #F728AF; }
a { background-color: rgb(247,40,175); }
div.DivClassName
{
background-color: #F728AF;
}
.BgClassName
{
background-color: #F728AF;
}
</style>
border-color css
<style>
span { border-color: #F728AF; }
span { border-color: rgb(247,40,175); }
td.TdClassName
{
border-color: #F728AF;
}
.TagClassName
{
border-color: #F728AF;
}
</style>