Shades of Spicy Pink #F122AF
Tints of Spicy Pink #F122AF
RGB
CMYK
RGB Variations
Color information
#F122AF (or 0xF122AF) is known color: Spicy Pink. HEX triplet: F1, 22 and AF. RGB value is (241,34,175). Sum of RGB (Red+Green+Blue) = 241+34+175=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F122AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F122AF is #0EDD50. Grayscale: #6F6F6F. Windows color (decimal): -974161 or 11477745. OLE color: 11477745.
HSL color Cylindrical-coordinate representation of color #F122AF: hue angle of 319.13º 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 #F122AF is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 175 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.05 |
| HSL | 319.13º | 0.88% | 0.54% | - |
| HSV(B) | 319.13º | 0.86% | 0.95% | - |
| XYZ | 44.59 | 22.94 | 42.64 | - |
| YUV | 111.97 | 163.58 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 175 | 0 | 0.86 | 0.27 | 0.05 | 319.13 | 0.88 | 0.54 |
| Hex | F1 | 22 | AF | 0 | 56 | 1B | 5 | 13F | 58 | 36 |
| Octal | 361 | 42 | 257 | 0 | 126 | 33 | 5 | 477 | 130 | 66 |
| Binary | 11110001 | 100010 | 10101111 | 0 | 1010110 | 11011 | 101 | 100111111 | 1011000 | 110110 |
Color Harmonies of #F122AF
Complementary color
Monochromatic Colors of #F122AF
Black with #F122AF
Text Example
Text Example
White with #F122AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122AF; }
p { color: rgb(241,34,175); }
H1.HeaderClassName
{
color: #F122AF;
}
.AnyTagClassName
{
color: #F122AF;
}
</style>
background-color css
<style>
a { background-color: #F122AF; }
a { background-color: rgb(241,34,175); }
div.DivClassName
{
background-color: #F122AF;
}
.BgClassName
{
background-color: #F122AF;
}
</style>
border-color css
<style>
span { border-color: #F122AF; }
span { border-color: rgb(241,34,175); }
td.TdClassName
{
border-color: #F122AF;
}
.TagClassName
{
border-color: #F122AF;
}
</style>