Shades of Spicy Pink #F725BD
Tints of Spicy Pink #F725BD
RGB
CMYK
RGB Variations
Color information
#F725BD (or 0xF725BD) is known color: Spicy Pink. HEX triplet: F7, 25 and BD. RGB value is (247,37,189). Sum of RGB (Red+Green+Blue) = 247+37+189=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F725BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725BD is #08DA42. Grayscale: #747474. Windows color (decimal): -580163 or 12396023. OLE color: 12396023.
HSL color Cylindrical-coordinate representation of color #F725BD: hue angle of 316.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 #F725BD is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.03 |
| HSL | 316.57º | 0.93% | 0.56% | - |
| HSV(B) | 316.57º | 0.85% | 0.97% | - |
| XYZ | 48.2 | 24.77 | 50.38 | - |
| YUV | 117.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 189 | 0 | 0.85 | 0.23 | 0.03 | 316.57 | 0.93 | 0.56 |
| Hex | F7 | 25 | BD | 0 | 55 | 17 | 3 | 13D | 5D | 38 |
| Octal | 367 | 45 | 275 | 0 | 125 | 27 | 3 | 475 | 135 | 70 |
| Binary | 11110111 | 100101 | 10111101 | 0 | 1010101 | 10111 | 11 | 100111101 | 1011101 | 111000 |
Color Harmonies of #F725BD
Complementary color
Monochromatic Colors of #F725BD
Black with #F725BD
Text Example
Text Example
White with #F725BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725BD; }
p { color: rgb(247,37,189); }
H1.HeaderClassName
{
color: #F725BD;
}
.AnyTagClassName
{
color: #F725BD;
}
</style>
background-color css
<style>
a { background-color: #F725BD; }
a { background-color: rgb(247,37,189); }
div.DivClassName
{
background-color: #F725BD;
}
.BgClassName
{
background-color: #F725BD;
}
</style>
border-color css
<style>
span { border-color: #F725BD; }
span { border-color: rgb(247,37,189); }
td.TdClassName
{
border-color: #F725BD;
}
.TagClassName
{
border-color: #F725BD;
}
</style>