Shades of Spicy Pink #F123AA
Tints of Spicy Pink #F123AA
RGB
CMYK
RGB Variations
Color information
#F123AA (or 0xF123AA) is known color: Spicy Pink. HEX triplet: F1, 23 and AA. RGB value is (241,35,170). Sum of RGB (Red+Green+Blue) = 241+35+170=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F123AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123AA is #0EDC55. Grayscale: #6F6F6F. Windows color (decimal): -973910 or 11150321. OLE color: 11150321.
HSL color Cylindrical-coordinate representation of color #F123AA: hue angle of 320.68º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123AA is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 170 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.05 |
| HSL | 320.68º | 0.88% | 0.54% | - |
| HSV(B) | 320.68º | 0.85% | 0.95% | - |
| XYZ | 44.13 | 22.81 | 40.11 | - |
| YUV | 111.98 | 160.75 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 170 | 0 | 0.85 | 0.29 | 0.05 | 320.68 | 0.88 | 0.54 |
| Hex | F1 | 23 | AA | 0 | 55 | 1D | 5 | 141 | 58 | 36 |
| Octal | 361 | 43 | 252 | 0 | 125 | 35 | 5 | 501 | 130 | 66 |
| Binary | 11110001 | 100011 | 10101010 | 0 | 1010101 | 11101 | 101 | 101000001 | 1011000 | 110110 |
Color Harmonies of #F123AA
Complementary color
Monochromatic Colors of #F123AA
Black with #F123AA
Text Example
Text Example
White with #F123AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123AA; }
p { color: rgb(241,35,170); }
H1.HeaderClassName
{
color: #F123AA;
}
.AnyTagClassName
{
color: #F123AA;
}
</style>
background-color css
<style>
a { background-color: #F123AA; }
a { background-color: rgb(241,35,170); }
div.DivClassName
{
background-color: #F123AA;
}
.BgClassName
{
background-color: #F123AA;
}
</style>
border-color css
<style>
span { border-color: #F123AA; }
span { border-color: rgb(241,35,170); }
td.TdClassName
{
border-color: #F123AA;
}
.TagClassName
{
border-color: #F123AA;
}
</style>