Shades of Spicy Pink #F128BB
Tints of Spicy Pink #F128BB
RGB
CMYK
RGB Variations
Color information
#F128BB (or 0xF128BB) is known color: Spicy Pink. HEX triplet: F1, 28 and BB. RGB value is (241,40,187). Sum of RGB (Red+Green+Blue) = 241+40+187=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F128BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128BB is #0ED744. Grayscale: #747474. Windows color (decimal): -972613 or 12265713. OLE color: 12265713.
HSL color Cylindrical-coordinate representation of color #F128BB: hue angle of 316.12º 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 #F128BB is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 187 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.05 |
| HSL | 316.12º | 0.88% | 0.55% | - |
| HSV(B) | 316.12º | 0.83% | 0.95% | - |
| XYZ | 46 | 23.81 | 49.18 | - |
| YUV | 116.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 187 | 0 | 0.83 | 0.22 | 0.05 | 316.12 | 0.88 | 0.55 |
| Hex | F1 | 28 | BB | 0 | 53 | 16 | 5 | 13C | 58 | 37 |
| Octal | 361 | 50 | 273 | 0 | 123 | 26 | 5 | 474 | 130 | 67 |
| Binary | 11110001 | 101000 | 10111011 | 0 | 1010011 | 10110 | 101 | 100111100 | 1011000 | 110111 |
Color Harmonies of #F128BB
Complementary color
Monochromatic Colors of #F128BB
Black with #F128BB
Text Example
Text Example
White with #F128BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128BB; }
p { color: rgb(241,40,187); }
H1.HeaderClassName
{
color: #F128BB;
}
.AnyTagClassName
{
color: #F128BB;
}
</style>
background-color css
<style>
a { background-color: #F128BB; }
a { background-color: rgb(241,40,187); }
div.DivClassName
{
background-color: #F128BB;
}
.BgClassName
{
background-color: #F128BB;
}
</style>
border-color css
<style>
span { border-color: #F128BB; }
span { border-color: rgb(241,40,187); }
td.TdClassName
{
border-color: #F128BB;
}
.TagClassName
{
border-color: #F128BB;
}
</style>