Shades of Spicy Pink #F725AF
Tints of Spicy Pink #F725AF
RGB
CMYK
RGB Variations
Color information
#F725AF (or 0xF725AF) is known color: Spicy Pink. HEX triplet: F7, 25 and AF. RGB value is (247,37,175). Sum of RGB (Red+Green+Blue) = 247+37+175=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F725AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F725AF is #08DA50. Grayscale: #737373. Windows color (decimal): -580177 or 11478519. OLE color: 11478519.
HSL color Cylindrical-coordinate representation of color #F725AF: hue angle of 320.57º 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 #F725AF is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 175 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.03 |
| HSL | 320.57º | 0.93% | 0.56% | - |
| HSV(B) | 320.57º | 0.85% | 0.97% | - |
| XYZ | 46.76 | 24.19 | 42.76 | - |
| YUV | 115.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 175 | 0 | 0.85 | 0.29 | 0.03 | 320.57 | 0.93 | 0.56 |
| Hex | F7 | 25 | AF | 0 | 55 | 1D | 3 | 141 | 5D | 38 |
| Octal | 367 | 45 | 257 | 0 | 125 | 35 | 3 | 501 | 135 | 70 |
| Binary | 11110111 | 100101 | 10101111 | 0 | 1010101 | 11101 | 11 | 101000001 | 1011101 | 111000 |
Color Harmonies of #F725AF
Complementary color
Monochromatic Colors of #F725AF
Black with #F725AF
Text Example
Text Example
White with #F725AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725AF; }
p { color: rgb(247,37,175); }
H1.HeaderClassName
{
color: #F725AF;
}
.AnyTagClassName
{
color: #F725AF;
}
</style>
background-color css
<style>
a { background-color: #F725AF; }
a { background-color: rgb(247,37,175); }
div.DivClassName
{
background-color: #F725AF;
}
.BgClassName
{
background-color: #F725AF;
}
</style>
border-color css
<style>
span { border-color: #F725AF; }
span { border-color: rgb(247,37,175); }
td.TdClassName
{
border-color: #F725AF;
}
.TagClassName
{
border-color: #F725AF;
}
</style>