Shades of Spicy Pink #F725B7
Tints of Spicy Pink #F725B7
RGB
CMYK
RGB Variations
Color information
#F725B7 (or 0xF725B7) is known color: Spicy Pink. HEX triplet: F7, 25 and B7. RGB value is (247,37,183). Sum of RGB (Red+Green+Blue) = 247+37+183=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F725B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725B7 is #08DA48. Grayscale: #747474. Windows color (decimal): -580169 or 12002807. OLE color: 12002807.
HSL color Cylindrical-coordinate representation of color #F725B7: hue angle of 318.29º 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 #F725B7 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 183 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.03 |
| HSL | 318.29º | 0.93% | 0.56% | - |
| HSV(B) | 318.29º | 0.85% | 0.97% | - |
| XYZ | 47.57 | 24.52 | 47.02 | - |
| YUV | 116.43 | 165.57 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 183 | 0 | 0.85 | 0.26 | 0.03 | 318.29 | 0.93 | 0.56 |
| Hex | F7 | 25 | B7 | 0 | 55 | 1A | 3 | 13E | 5D | 38 |
| Octal | 367 | 45 | 267 | 0 | 125 | 32 | 3 | 476 | 135 | 70 |
| Binary | 11110111 | 100101 | 10110111 | 0 | 1010101 | 11010 | 11 | 100111110 | 1011101 | 111000 |
Color Harmonies of #F725B7
Complementary color
Monochromatic Colors of #F725B7
Black with #F725B7
Text Example
Text Example
White with #F725B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725B7; }
p { color: rgb(247,37,183); }
H1.HeaderClassName
{
color: #F725B7;
}
.AnyTagClassName
{
color: #F725B7;
}
</style>
background-color css
<style>
a { background-color: #F725B7; }
a { background-color: rgb(247,37,183); }
div.DivClassName
{
background-color: #F725B7;
}
.BgClassName
{
background-color: #F725B7;
}
</style>
border-color css
<style>
span { border-color: #F725B7; }
span { border-color: rgb(247,37,183); }
td.TdClassName
{
border-color: #F725B7;
}
.TagClassName
{
border-color: #F725B7;
}
</style>