Shades of Spicy Pink #F11CB1
Tints of Spicy Pink #F11CB1
RGB
CMYK
RGB Variations
Color information
#F11CB1 (or 0xF11CB1) is known color: Spicy Pink. HEX triplet: F1, 1C and B1. RGB value is (241,28,177). Sum of RGB (Red+Green+Blue) = 241+28+177=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11CB1 is #0EE34E. Grayscale: #6C6C6C. Windows color (decimal): -975695 or 11607281. OLE color: 11607281.
HSL color Cylindrical-coordinate representation of color #F11CB1: hue angle of 318.03º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11CB1 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 177 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.05 |
| HSL | 318.03º | 0.88% | 0.53% | - |
| HSV(B) | 318.03º | 0.88% | 0.95% | - |
| XYZ | 44.63 | 22.71 | 43.63 | - |
| YUV | 108.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 177 | 0 | 0.88 | 0.27 | 0.05 | 318.03 | 0.88 | 0.53 |
| Hex | F1 | 1C | B1 | 0 | 58 | 1B | 5 | 13E | 58 | 35 |
| Octal | 361 | 34 | 261 | 0 | 130 | 33 | 5 | 476 | 130 | 65 |
| Binary | 11110001 | 11100 | 10110001 | 0 | 1011000 | 11011 | 101 | 100111110 | 1011000 | 110101 |
Color Harmonies of #F11CB1
Complementary color
Monochromatic Colors of #F11CB1
Black with #F11CB1
Text Example
Text Example
White with #F11CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CB1; }
p { color: rgb(241,28,177); }
H1.HeaderClassName
{
color: #F11CB1;
}
.AnyTagClassName
{
color: #F11CB1;
}
</style>
background-color css
<style>
a { background-color: #F11CB1; }
a { background-color: rgb(241,28,177); }
div.DivClassName
{
background-color: #F11CB1;
}
.BgClassName
{
background-color: #F11CB1;
}
</style>
border-color css
<style>
span { border-color: #F11CB1; }
span { border-color: rgb(241,28,177); }
td.TdClassName
{
border-color: #F11CB1;
}
.TagClassName
{
border-color: #F11CB1;
}
</style>