Shades of Spicy Pink #F224AB
Tints of Spicy Pink #F224AB
RGB
CMYK
RGB Variations
Color information
#F224AB (or 0xF224AB) is known color: Spicy Pink. HEX triplet: F2, 24 and AB. RGB value is (242,36,171). Sum of RGB (Red+Green+Blue) = 242+36+171=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F224AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F224AB is #0DDB54. Grayscale: #707070. Windows color (decimal): -908117 or 11216114. OLE color: 11216114.
HSL color Cylindrical-coordinate representation of color #F224AB: hue angle of 320.68º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F224AB is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 171 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.05 |
| HSL | 320.68º | 0.89% | 0.55% | - |
| HSV(B) | 320.68º | 0.85% | 0.95% | - |
| XYZ | 44.6 | 23.08 | 40.63 | - |
| YUV | 112.98 | 160.75 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 171 | 0 | 0.85 | 0.29 | 0.05 | 320.68 | 0.89 | 0.55 |
| Hex | F2 | 24 | AB | 0 | 55 | 1D | 5 | 141 | 59 | 37 |
| Octal | 362 | 44 | 253 | 0 | 125 | 35 | 5 | 501 | 131 | 67 |
| Binary | 11110010 | 100100 | 10101011 | 0 | 1010101 | 11101 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F224AB
Complementary color
Monochromatic Colors of #F224AB
Black with #F224AB
Text Example
Text Example
White with #F224AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224AB; }
p { color: rgb(242,36,171); }
H1.HeaderClassName
{
color: #F224AB;
}
.AnyTagClassName
{
color: #F224AB;
}
</style>
background-color css
<style>
a { background-color: #F224AB; }
a { background-color: rgb(242,36,171); }
div.DivClassName
{
background-color: #F224AB;
}
.BgClassName
{
background-color: #F224AB;
}
</style>
border-color css
<style>
span { border-color: #F224AB; }
span { border-color: rgb(242,36,171); }
td.TdClassName
{
border-color: #F224AB;
}
.TagClassName
{
border-color: #F224AB;
}
</style>