Shades of Spicy Pink #F11CA3
Tints of Spicy Pink #F11CA3
RGB
CMYK
RGB Variations
Color information
#F11CA3 (or 0xF11CA3) is known color: Spicy Pink. HEX triplet: F1, 1C and A3. RGB value is (241,28,163). Sum of RGB (Red+Green+Blue) = 241+28+163=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11CA3 is #0EE35C. Grayscale: #6A6A6A. Windows color (decimal): -975709 or 10689777. OLE color: 10689777.
HSL color Cylindrical-coordinate representation of color #F11CA3: hue angle of 321.97º 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 #F11CA3 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 163 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.05 |
| HSL | 321.97º | 0.88% | 0.53% | - |
| HSV(B) | 321.97º | 0.88% | 0.95% | - |
| XYZ | 43.3 | 22.18 | 36.65 | - |
| YUV | 107.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 163 | 0 | 0.88 | 0.32 | 0.05 | 321.97 | 0.88 | 0.53 |
| Hex | F1 | 1C | A3 | 0 | 58 | 20 | 5 | 142 | 58 | 35 |
| Octal | 361 | 34 | 243 | 0 | 130 | 40 | 5 | 502 | 130 | 65 |
| Binary | 11110001 | 11100 | 10100011 | 0 | 1011000 | 100000 | 101 | 101000010 | 1011000 | 110101 |
Color Harmonies of #F11CA3
Complementary color
Monochromatic Colors of #F11CA3
Black with #F11CA3
Text Example
Text Example
White with #F11CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CA3; }
p { color: rgb(241,28,163); }
H1.HeaderClassName
{
color: #F11CA3;
}
.AnyTagClassName
{
color: #F11CA3;
}
</style>
background-color css
<style>
a { background-color: #F11CA3; }
a { background-color: rgb(241,28,163); }
div.DivClassName
{
background-color: #F11CA3;
}
.BgClassName
{
background-color: #F11CA3;
}
</style>
border-color css
<style>
span { border-color: #F11CA3; }
span { border-color: rgb(241,28,163); }
td.TdClassName
{
border-color: #F11CA3;
}
.TagClassName
{
border-color: #F11CA3;
}
</style>