Shades of Spicy Pink #F125BA
Tints of Spicy Pink #F125BA
RGB
CMYK
RGB Variations
Color information
#F125BA (or 0xF125BA) is known color: Spicy Pink. HEX triplet: F1, 25 and BA. RGB value is (241,37,186). Sum of RGB (Red+Green+Blue) = 241+37+186=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F125BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125BA is #0EDA45. Grayscale: #727272. Windows color (decimal): -973382 or 12199409. OLE color: 12199409.
HSL color Cylindrical-coordinate representation of color #F125BA: hue angle of 316.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F125BA is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 186 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.05 |
| HSL | 316.18º | 0.88% | 0.55% | - |
| HSV(B) | 316.18º | 0.85% | 0.95% | - |
| XYZ | 45.8 | 23.57 | 48.59 | - |
| YUV | 114.98 | 168.09 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 186 | 0 | 0.85 | 0.23 | 0.05 | 316.18 | 0.88 | 0.55 |
| Hex | F1 | 25 | BA | 0 | 55 | 17 | 5 | 13C | 58 | 37 |
| Octal | 361 | 45 | 272 | 0 | 125 | 27 | 5 | 474 | 130 | 67 |
| Binary | 11110001 | 100101 | 10111010 | 0 | 1010101 | 10111 | 101 | 100111100 | 1011000 | 110111 |
Color Harmonies of #F125BA
Complementary color
Monochromatic Colors of #F125BA
Black with #F125BA
Text Example
Text Example
White with #F125BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F125BA; }
p { color: rgb(241,37,186); }
H1.HeaderClassName
{
color: #F125BA;
}
.AnyTagClassName
{
color: #F125BA;
}
</style>
background-color css
<style>
a { background-color: #F125BA; }
a { background-color: rgb(241,37,186); }
div.DivClassName
{
background-color: #F125BA;
}
.BgClassName
{
background-color: #F125BA;
}
</style>
border-color css
<style>
span { border-color: #F125BA; }
span { border-color: rgb(241,37,186); }
td.TdClassName
{
border-color: #F125BA;
}
.TagClassName
{
border-color: #F125BA;
}
</style>