Shades of Spicy Pink #F128BA
Tints of Spicy Pink #F128BA
RGB
CMYK
RGB Variations
Color information
#F128BA (or 0xF128BA) is known color: Spicy Pink. HEX triplet: F1, 28 and BA. RGB value is (241,40,186). Sum of RGB (Red+Green+Blue) = 241+40+186=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F128BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128BA is #0ED745. Grayscale: #747474. Windows color (decimal): -972614 or 12200177. OLE color: 12200177.
HSL color Cylindrical-coordinate representation of color #F128BA: hue angle of 316.42º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128BA is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 186 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.05 |
| HSL | 316.42º | 0.88% | 0.55% | - |
| HSV(B) | 316.42º | 0.83% | 0.95% | - |
| XYZ | 45.9 | 23.76 | 48.62 | - |
| YUV | 116.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 186 | 0 | 0.83 | 0.23 | 0.05 | 316.42 | 0.88 | 0.55 |
| Hex | F1 | 28 | BA | 0 | 53 | 17 | 5 | 13C | 58 | 37 |
| Octal | 361 | 50 | 272 | 0 | 123 | 27 | 5 | 474 | 130 | 67 |
| Binary | 11110001 | 101000 | 10111010 | 0 | 1010011 | 10111 | 101 | 100111100 | 1011000 | 110111 |
Color Harmonies of #F128BA
Complementary color
Monochromatic Colors of #F128BA
Black with #F128BA
Text Example
Text Example
White with #F128BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128BA; }
p { color: rgb(241,40,186); }
H1.HeaderClassName
{
color: #F128BA;
}
.AnyTagClassName
{
color: #F128BA;
}
</style>
background-color css
<style>
a { background-color: #F128BA; }
a { background-color: rgb(241,40,186); }
div.DivClassName
{
background-color: #F128BA;
}
.BgClassName
{
background-color: #F128BA;
}
</style>
border-color css
<style>
span { border-color: #F128BA; }
span { border-color: rgb(241,40,186); }
td.TdClassName
{
border-color: #F128BA;
}
.TagClassName
{
border-color: #F128BA;
}
</style>