Shades of Spicy Pink #F11BAB
Tints of Spicy Pink #F11BAB
RGB
CMYK
RGB Variations
Color information
#F11BAB (or 0xF11BAB) is known color: Spicy Pink. HEX triplet: F1, 1B and AB. RGB value is (241,27,171). Sum of RGB (Red+Green+Blue) = 241+27+171=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11BAB is #0EE454. Grayscale: #6B6B6B. Windows color (decimal): -975957 or 11213809. OLE color: 11213809.
HSL color Cylindrical-coordinate representation of color #F11BAB: hue angle of 319.63º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11BAB is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.05 |
| HSL | 319.63º | 0.88% | 0.53% | - |
| HSV(B) | 319.63º | 0.89% | 0.95% | - |
| XYZ | 44.02 | 22.42 | 40.54 | - |
| YUV | 107.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 171 | 0 | 0.89 | 0.29 | 0.05 | 319.63 | 0.88 | 0.53 |
| Hex | F1 | 1B | AB | 0 | 59 | 1D | 5 | 140 | 58 | 35 |
| Octal | 361 | 33 | 253 | 0 | 131 | 35 | 5 | 500 | 130 | 65 |
| Binary | 11110001 | 11011 | 10101011 | 0 | 1011001 | 11101 | 101 | 101000000 | 1011000 | 110101 |
Color Harmonies of #F11BAB
Complementary color
Monochromatic Colors of #F11BAB
Black with #F11BAB
Text Example
Text Example
White with #F11BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BAB; }
p { color: rgb(241,27,171); }
H1.HeaderClassName
{
color: #F11BAB;
}
.AnyTagClassName
{
color: #F11BAB;
}
</style>
background-color css
<style>
a { background-color: #F11BAB; }
a { background-color: rgb(241,27,171); }
div.DivClassName
{
background-color: #F11BAB;
}
.BgClassName
{
background-color: #F11BAB;
}
</style>
border-color css
<style>
span { border-color: #F11BAB; }
span { border-color: rgb(241,27,171); }
td.TdClassName
{
border-color: #F11BAB;
}
.TagClassName
{
border-color: #F11BAB;
}
</style>