Shades of Spicy Pink #F224AC
Tints of Spicy Pink #F224AC
RGB
CMYK
RGB Variations
Color information
#F224AC (or 0xF224AC) is known color: Spicy Pink. HEX triplet: F2, 24 and AC. RGB value is (242,36,172). Sum of RGB (Red+Green+Blue) = 242+36+172=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F224AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F224AC is #0DDB53. Grayscale: #707070. Windows color (decimal): -908116 or 11281650. OLE color: 11281650.
HSL color Cylindrical-coordinate representation of color #F224AC: hue angle of 320.39º 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 #F224AC is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 172 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.05 |
| HSL | 320.39º | 0.89% | 0.55% | - |
| HSV(B) | 320.39º | 0.85% | 0.95% | - |
| XYZ | 44.7 | 23.12 | 41.14 | - |
| YUV | 113.1 | 161.25 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 172 | 0 | 0.85 | 0.29 | 0.05 | 320.39 | 0.89 | 0.55 |
| Hex | F2 | 24 | AC | 0 | 55 | 1D | 5 | 140 | 59 | 37 |
| Octal | 362 | 44 | 254 | 0 | 125 | 35 | 5 | 500 | 131 | 67 |
| Binary | 11110010 | 100100 | 10101100 | 0 | 1010101 | 11101 | 101 | 101000000 | 1011001 | 110111 |
Color Harmonies of #F224AC
Complementary color
Monochromatic Colors of #F224AC
Black with #F224AC
Text Example
Text Example
White with #F224AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224AC; }
p { color: rgb(242,36,172); }
H1.HeaderClassName
{
color: #F224AC;
}
.AnyTagClassName
{
color: #F224AC;
}
</style>
background-color css
<style>
a { background-color: #F224AC; }
a { background-color: rgb(242,36,172); }
div.DivClassName
{
background-color: #F224AC;
}
.BgClassName
{
background-color: #F224AC;
}
</style>
border-color css
<style>
span { border-color: #F224AC; }
span { border-color: rgb(242,36,172); }
td.TdClassName
{
border-color: #F224AC;
}
.TagClassName
{
border-color: #F224AC;
}
</style>