Shades of Spicy Pink #F725BB
Tints of Spicy Pink #F725BB
RGB
CMYK
RGB Variations
Color information
#F725BB (or 0xF725BB) is known color: Spicy Pink. HEX triplet: F7, 25 and BB. RGB value is (247,37,187). Sum of RGB (Red+Green+Blue) = 247+37+187=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F725BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725BB is #08DA44. Grayscale: #747474. Windows color (decimal): -580165 or 12264951. OLE color: 12264951.
HSL color Cylindrical-coordinate representation of color #F725BB: hue angle of 317.14º 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 #F725BB is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 187 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.03 |
| HSL | 317.14º | 0.93% | 0.56% | - |
| HSV(B) | 317.14º | 0.85% | 0.97% | - |
| XYZ | 47.99 | 24.69 | 49.25 | - |
| YUV | 116.89 | 167.57 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 187 | 0 | 0.85 | 0.24 | 0.03 | 317.14 | 0.93 | 0.56 |
| Hex | F7 | 25 | BB | 0 | 55 | 18 | 3 | 13D | 5D | 38 |
| Octal | 367 | 45 | 273 | 0 | 125 | 30 | 3 | 475 | 135 | 70 |
| Binary | 11110111 | 100101 | 10111011 | 0 | 1010101 | 11000 | 11 | 100111101 | 1011101 | 111000 |
Color Harmonies of #F725BB
Complementary color
Monochromatic Colors of #F725BB
Black with #F725BB
Text Example
Text Example
White with #F725BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725BB; }
p { color: rgb(247,37,187); }
H1.HeaderClassName
{
color: #F725BB;
}
.AnyTagClassName
{
color: #F725BB;
}
</style>
background-color css
<style>
a { background-color: #F725BB; }
a { background-color: rgb(247,37,187); }
div.DivClassName
{
background-color: #F725BB;
}
.BgClassName
{
background-color: #F725BB;
}
</style>
border-color css
<style>
span { border-color: #F725BB; }
span { border-color: rgb(247,37,187); }
td.TdClassName
{
border-color: #F725BB;
}
.TagClassName
{
border-color: #F725BB;
}
</style>