Shades of Spicy Pink #F11BAC
Tints of Spicy Pink #F11BAC
RGB
CMYK
RGB Variations
Color information
#F11BAC (or 0xF11BAC) is known color: Spicy Pink. HEX triplet: F1, 1B and AC. RGB value is (241,27,172). Sum of RGB (Red+Green+Blue) = 241+27+172=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11BAC is #0EE453. Grayscale: #6B6B6B. Windows color (decimal): -975956 or 11279345. OLE color: 11279345.
HSL color Cylindrical-coordinate representation of color #F11BAC: hue angle of 319.35º 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 #F11BAC is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 172 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.05 |
| HSL | 319.35º | 0.88% | 0.53% | - |
| HSV(B) | 319.35º | 0.89% | 0.95% | - |
| XYZ | 44.11 | 22.46 | 41.04 | - |
| YUV | 107.52 | 164.4 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 172 | 0 | 0.89 | 0.29 | 0.05 | 319.35 | 0.88 | 0.53 |
| Hex | F1 | 1B | AC | 0 | 59 | 1D | 5 | 13F | 58 | 35 |
| Octal | 361 | 33 | 254 | 0 | 131 | 35 | 5 | 477 | 130 | 65 |
| Binary | 11110001 | 11011 | 10101100 | 0 | 1011001 | 11101 | 101 | 100111111 | 1011000 | 110101 |
Color Harmonies of #F11BAC
Complementary color
Monochromatic Colors of #F11BAC
Black with #F11BAC
Text Example
Text Example
White with #F11BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BAC; }
p { color: rgb(241,27,172); }
H1.HeaderClassName
{
color: #F11BAC;
}
.AnyTagClassName
{
color: #F11BAC;
}
</style>
background-color css
<style>
a { background-color: #F11BAC; }
a { background-color: rgb(241,27,172); }
div.DivClassName
{
background-color: #F11BAC;
}
.BgClassName
{
background-color: #F11BAC;
}
</style>
border-color css
<style>
span { border-color: #F11BAC; }
span { border-color: rgb(241,27,172); }
td.TdClassName
{
border-color: #F11BAC;
}
.TagClassName
{
border-color: #F11BAC;
}
</style>