Shades of Spicy Pink #F125B0
Tints of Spicy Pink #F125B0
RGB
CMYK
RGB Variations
Color information
#F125B0 (or 0xF125B0) is known color: Spicy Pink. HEX triplet: F1, 25 and B0. RGB value is (241,37,176). Sum of RGB (Red+Green+Blue) = 241+37+176=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F125B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F125B0 is #0EDA4F. Grayscale: #717171. Windows color (decimal): -973392 or 11544049. OLE color: 11544049.
HSL color Cylindrical-coordinate representation of color #F125B0: hue angle of 319.12º 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 #F125B0 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 176 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.05 |
| HSL | 319.12º | 0.88% | 0.55% | - |
| HSV(B) | 319.12º | 0.85% | 0.95% | - |
| XYZ | 44.77 | 23.16 | 43.18 | - |
| YUV | 113.84 | 163.09 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 176 | 0 | 0.85 | 0.27 | 0.05 | 319.12 | 0.88 | 0.55 |
| Hex | F1 | 25 | B0 | 0 | 55 | 1B | 5 | 13F | 58 | 37 |
| Octal | 361 | 45 | 260 | 0 | 125 | 33 | 5 | 477 | 130 | 67 |
| Binary | 11110001 | 100101 | 10110000 | 0 | 1010101 | 11011 | 101 | 100111111 | 1011000 | 110111 |
Color Harmonies of #F125B0
Complementary color
Monochromatic Colors of #F125B0
Black with #F125B0
Text Example
Text Example
White with #F125B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F125B0; }
p { color: rgb(241,37,176); }
H1.HeaderClassName
{
color: #F125B0;
}
.AnyTagClassName
{
color: #F125B0;
}
</style>
background-color css
<style>
a { background-color: #F125B0; }
a { background-color: rgb(241,37,176); }
div.DivClassName
{
background-color: #F125B0;
}
.BgClassName
{
background-color: #F125B0;
}
</style>
border-color css
<style>
span { border-color: #F125B0; }
span { border-color: rgb(241,37,176); }
td.TdClassName
{
border-color: #F125B0;
}
.TagClassName
{
border-color: #F125B0;
}
</style>