Shades of Spicy Pink #F122AD
Tints of Spicy Pink #F122AD
RGB
CMYK
RGB Variations
Color information
#F122AD (or 0xF122AD) is known color: Spicy Pink. HEX triplet: F1, 22 and AD. RGB value is (241,34,173). Sum of RGB (Red+Green+Blue) = 241+34+173=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F122AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F122AD is #0EDD52. Grayscale: #6F6F6F. Windows color (decimal): -974163 or 11346673. OLE color: 11346673.
HSL color Cylindrical-coordinate representation of color #F122AD: hue angle of 319.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122AD is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 173 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.05 |
| HSL | 319.71º | 0.88% | 0.54% | - |
| HSV(B) | 319.71º | 0.86% | 0.95% | - |
| XYZ | 44.39 | 22.86 | 41.61 | - |
| YUV | 111.74 | 162.58 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 173 | 0 | 0.86 | 0.28 | 0.05 | 319.71 | 0.88 | 0.54 |
| Hex | F1 | 22 | AD | 0 | 56 | 1C | 5 | 140 | 58 | 36 |
| Octal | 361 | 42 | 255 | 0 | 126 | 34 | 5 | 500 | 130 | 66 |
| Binary | 11110001 | 100010 | 10101101 | 0 | 1010110 | 11100 | 101 | 101000000 | 1011000 | 110110 |
Color Harmonies of #F122AD
Complementary color
Monochromatic Colors of #F122AD
Black with #F122AD
Text Example
Text Example
White with #F122AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122AD; }
p { color: rgb(241,34,173); }
H1.HeaderClassName
{
color: #F122AD;
}
.AnyTagClassName
{
color: #F122AD;
}
</style>
background-color css
<style>
a { background-color: #F122AD; }
a { background-color: rgb(241,34,173); }
div.DivClassName
{
background-color: #F122AD;
}
.BgClassName
{
background-color: #F122AD;
}
</style>
border-color css
<style>
span { border-color: #F122AD; }
span { border-color: rgb(241,34,173); }
td.TdClassName
{
border-color: #F122AD;
}
.TagClassName
{
border-color: #F122AD;
}
</style>