Shades of Spicy Pink #F123AB
Tints of Spicy Pink #F123AB
RGB
CMYK
RGB Variations
Color information
#F123AB (or 0xF123AB) is known color: Spicy Pink. HEX triplet: F1, 23 and AB. RGB value is (241,35,171). Sum of RGB (Red+Green+Blue) = 241+35+171=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F123AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123AB is #0EDC54. Grayscale: #6F6F6F. Windows color (decimal): -973909 or 11215857. OLE color: 11215857.
HSL color Cylindrical-coordinate representation of color #F123AB: hue angle of 320.39º 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 #F123AB is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 171 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.05 |
| HSL | 320.39º | 0.88% | 0.54% | - |
| HSV(B) | 320.39º | 0.85% | 0.95% | - |
| XYZ | 44.23 | 22.84 | 40.61 | - |
| YUV | 112.1 | 161.25 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 171 | 0 | 0.85 | 0.29 | 0.05 | 320.39 | 0.88 | 0.54 |
| Hex | F1 | 23 | AB | 0 | 55 | 1D | 5 | 140 | 58 | 36 |
| Octal | 361 | 43 | 253 | 0 | 125 | 35 | 5 | 500 | 130 | 66 |
| Binary | 11110001 | 100011 | 10101011 | 0 | 1010101 | 11101 | 101 | 101000000 | 1011000 | 110110 |
Color Harmonies of #F123AB
Complementary color
Monochromatic Colors of #F123AB
Black with #F123AB
Text Example
Text Example
White with #F123AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123AB; }
p { color: rgb(241,35,171); }
H1.HeaderClassName
{
color: #F123AB;
}
.AnyTagClassName
{
color: #F123AB;
}
</style>
background-color css
<style>
a { background-color: #F123AB; }
a { background-color: rgb(241,35,171); }
div.DivClassName
{
background-color: #F123AB;
}
.BgClassName
{
background-color: #F123AB;
}
</style>
border-color css
<style>
span { border-color: #F123AB; }
span { border-color: rgb(241,35,171); }
td.TdClassName
{
border-color: #F123AB;
}
.TagClassName
{
border-color: #F123AB;
}
</style>