Shades of Spicy Pink #F725AC
Tints of Spicy Pink #F725AC
RGB
CMYK
RGB Variations
Color information
#F725AC (or 0xF725AC) is known color: Spicy Pink. HEX triplet: F7, 25 and AC. RGB value is (247,37,172). Sum of RGB (Red+Green+Blue) = 247+37+172=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F725AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F725AC is #08DA53. Grayscale: #727272. Windows color (decimal): -580180 or 11281911. OLE color: 11281911.
HSL color Cylindrical-coordinate representation of color #F725AC: hue angle of 321.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F725AC is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 172 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.03 |
| HSL | 321.43º | 0.93% | 0.56% | - |
| HSV(B) | 321.43º | 0.85% | 0.97% | - |
| XYZ | 46.47 | 24.08 | 41.23 | - |
| YUV | 115.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 172 | 0 | 0.85 | 0.30 | 0.03 | 321.43 | 0.93 | 0.56 |
| Hex | F7 | 25 | AC | 0 | 55 | 1E | 3 | 141 | 5D | 38 |
| Octal | 367 | 45 | 254 | 0 | 125 | 36 | 3 | 501 | 135 | 70 |
| Binary | 11110111 | 100101 | 10101100 | 0 | 1010101 | 11110 | 11 | 101000001 | 1011101 | 111000 |
Color Harmonies of #F725AC
Complementary color
Monochromatic Colors of #F725AC
Black with #F725AC
Text Example
Text Example
White with #F725AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725AC; }
p { color: rgb(247,37,172); }
H1.HeaderClassName
{
color: #F725AC;
}
.AnyTagClassName
{
color: #F725AC;
}
</style>
background-color css
<style>
a { background-color: #F725AC; }
a { background-color: rgb(247,37,172); }
div.DivClassName
{
background-color: #F725AC;
}
.BgClassName
{
background-color: #F725AC;
}
</style>
border-color css
<style>
span { border-color: #F725AC; }
span { border-color: rgb(247,37,172); }
td.TdClassName
{
border-color: #F725AC;
}
.TagClassName
{
border-color: #F725AC;
}
</style>