Shades of Spicy Pink #F120B1
Tints of Spicy Pink #F120B1
RGB
CMYK
RGB Variations
Color information
#F120B1 (or 0xF120B1) is known color: Spicy Pink. HEX triplet: F1, 20 and B1. RGB value is (241,32,177). Sum of RGB (Red+Green+Blue) = 241+32+177=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F120B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120B1 is #0EDF4E. Grayscale: #6E6E6E. Windows color (decimal): -974671 or 11608305. OLE color: 11608305.
HSL color Cylindrical-coordinate representation of color #F120B1: hue angle of 318.37º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120B1 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 177 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.05 |
| HSL | 318.37º | 0.88% | 0.54% | - |
| HSV(B) | 318.37º | 0.87% | 0.95% | - |
| XYZ | 44.73 | 22.91 | 43.66 | - |
| YUV | 111.02 | 165.24 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 177 | 0 | 0.87 | 0.27 | 0.05 | 318.37 | 0.88 | 0.54 |
| Hex | F1 | 20 | B1 | 0 | 57 | 1B | 5 | 13E | 58 | 36 |
| Octal | 361 | 40 | 261 | 0 | 127 | 33 | 5 | 476 | 130 | 66 |
| Binary | 11110001 | 100000 | 10110001 | 0 | 1010111 | 11011 | 101 | 100111110 | 1011000 | 110110 |
Color Harmonies of #F120B1
Complementary color
Monochromatic Colors of #F120B1
Black with #F120B1
Text Example
Text Example
White with #F120B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120B1; }
p { color: rgb(241,32,177); }
H1.HeaderClassName
{
color: #F120B1;
}
.AnyTagClassName
{
color: #F120B1;
}
</style>
background-color css
<style>
a { background-color: #F120B1; }
a { background-color: rgb(241,32,177); }
div.DivClassName
{
background-color: #F120B1;
}
.BgClassName
{
background-color: #F120B1;
}
</style>
border-color css
<style>
span { border-color: #F120B1; }
span { border-color: rgb(241,32,177); }
td.TdClassName
{
border-color: #F120B1;
}
.TagClassName
{
border-color: #F120B1;
}
</style>