Shades of Spicy Pink #F120A6
Tints of Spicy Pink #F120A6
RGB
CMYK
RGB Variations
Color information
#F120A6 (or 0xF120A6) is known color: Spicy Pink. HEX triplet: F1, 20 and A6. RGB value is (241,32,166). Sum of RGB (Red+Green+Blue) = 241+32+166=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F120A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120A6 is #0EDF59. Grayscale: #6D6D6D. Windows color (decimal): -974682 or 10887409. OLE color: 10887409.
HSL color Cylindrical-coordinate representation of color #F120A6: hue angle of 321.53º 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 #F120A6 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 166 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.05 |
| HSL | 321.53º | 0.88% | 0.54% | - |
| HSV(B) | 321.53º | 0.87% | 0.95% | - |
| XYZ | 43.68 | 22.49 | 38.11 | - |
| YUV | 109.77 | 159.74 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 166 | 0 | 0.87 | 0.31 | 0.05 | 321.53 | 0.88 | 0.54 |
| Hex | F1 | 20 | A6 | 0 | 57 | 1F | 5 | 142 | 58 | 36 |
| Octal | 361 | 40 | 246 | 0 | 127 | 37 | 5 | 502 | 130 | 66 |
| Binary | 11110001 | 100000 | 10100110 | 0 | 1010111 | 11111 | 101 | 101000010 | 1011000 | 110110 |
Color Harmonies of #F120A6
Complementary color
Monochromatic Colors of #F120A6
Black with #F120A6
Text Example
Text Example
White with #F120A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120A6; }
p { color: rgb(241,32,166); }
H1.HeaderClassName
{
color: #F120A6;
}
.AnyTagClassName
{
color: #F120A6;
}
</style>
background-color css
<style>
a { background-color: #F120A6; }
a { background-color: rgb(241,32,166); }
div.DivClassName
{
background-color: #F120A6;
}
.BgClassName
{
background-color: #F120A6;
}
</style>
border-color css
<style>
span { border-color: #F120A6; }
span { border-color: rgb(241,32,166); }
td.TdClassName
{
border-color: #F120A6;
}
.TagClassName
{
border-color: #F120A6;
}
</style>