Shades of Spicy Pink #F128B0
Tints of Spicy Pink #F128B0
RGB
CMYK
RGB Variations
Color information
#F128B0 (or 0xF128B0) is known color: Spicy Pink. HEX triplet: F1, 28 and B0. RGB value is (241,40,176). Sum of RGB (Red+Green+Blue) = 241+40+176=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F128B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F128B0 is #0ED74F. Grayscale: #737373. Windows color (decimal): -972624 or 11544817. OLE color: 11544817.
HSL color Cylindrical-coordinate representation of color #F128B0: hue angle of 319.4º 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 #F128B0 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 176 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.05 |
| HSL | 319.4º | 0.88% | 0.55% | - |
| HSV(B) | 319.4º | 0.83% | 0.95% | - |
| XYZ | 44.87 | 23.35 | 43.22 | - |
| YUV | 115.6 | 162.09 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 176 | 0 | 0.83 | 0.27 | 0.05 | 319.4 | 0.88 | 0.55 |
| Hex | F1 | 28 | B0 | 0 | 53 | 1B | 5 | 13F | 58 | 37 |
| Octal | 361 | 50 | 260 | 0 | 123 | 33 | 5 | 477 | 130 | 67 |
| Binary | 11110001 | 101000 | 10110000 | 0 | 1010011 | 11011 | 101 | 100111111 | 1011000 | 110111 |
Color Harmonies of #F128B0
Complementary color
Monochromatic Colors of #F128B0
Black with #F128B0
Text Example
Text Example
White with #F128B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128B0; }
p { color: rgb(241,40,176); }
H1.HeaderClassName
{
color: #F128B0;
}
.AnyTagClassName
{
color: #F128B0;
}
</style>
background-color css
<style>
a { background-color: #F128B0; }
a { background-color: rgb(241,40,176); }
div.DivClassName
{
background-color: #F128B0;
}
.BgClassName
{
background-color: #F128B0;
}
</style>
border-color css
<style>
span { border-color: #F128B0; }
span { border-color: rgb(241,40,176); }
td.TdClassName
{
border-color: #F128B0;
}
.TagClassName
{
border-color: #F128B0;
}
</style>