Shades of Spicy Pink #F127BA
Tints of Spicy Pink #F127BA
RGB
CMYK
RGB Variations
Color information
#F127BA (or 0xF127BA) is known color: Spicy Pink. HEX triplet: F1, 27 and BA. RGB value is (241,39,186). Sum of RGB (Red+Green+Blue) = 241+39+186=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F127BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127BA is #0ED845. Grayscale: #737373. Windows color (decimal): -972870 or 12199921. OLE color: 12199921.
HSL color Cylindrical-coordinate representation of color #F127BA: hue angle of 316.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127BA is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.05 |
| HSL | 316.34º | 0.88% | 0.55% | - |
| HSV(B) | 316.34º | 0.84% | 0.95% | - |
| XYZ | 45.86 | 23.7 | 48.61 | - |
| YUV | 116.16 | 167.42 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 186 | 0 | 0.84 | 0.23 | 0.05 | 316.34 | 0.88 | 0.55 |
| Hex | F1 | 27 | BA | 0 | 54 | 17 | 5 | 13C | 58 | 37 |
| Octal | 361 | 47 | 272 | 0 | 124 | 27 | 5 | 474 | 130 | 67 |
| Binary | 11110001 | 100111 | 10111010 | 0 | 1010100 | 10111 | 101 | 100111100 | 1011000 | 110111 |
Color Harmonies of #F127BA
Complementary color
Monochromatic Colors of #F127BA
Black with #F127BA
Text Example
Text Example
White with #F127BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127BA; }
p { color: rgb(241,39,186); }
H1.HeaderClassName
{
color: #F127BA;
}
.AnyTagClassName
{
color: #F127BA;
}
</style>
background-color css
<style>
a { background-color: #F127BA; }
a { background-color: rgb(241,39,186); }
div.DivClassName
{
background-color: #F127BA;
}
.BgClassName
{
background-color: #F127BA;
}
</style>
border-color css
<style>
span { border-color: #F127BA; }
span { border-color: rgb(241,39,186); }
td.TdClassName
{
border-color: #F127BA;
}
.TagClassName
{
border-color: #F127BA;
}
</style>