Shades of Spicy Pink #F218A5
Tints of Spicy Pink #F218A5
RGB
CMYK
RGB Variations
Color information
#F218A5 (or 0xF218A5) is known color: Spicy Pink. HEX triplet: F2, 18 and A5. RGB value is (242,24,165). Sum of RGB (Red+Green+Blue) = 242+24+165=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F218A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F218A5 is #0DE75A. Grayscale: #686868. Windows color (decimal): -911195 or 10819826. OLE color: 10819826.
HSL color Cylindrical-coordinate representation of color #F218A5: hue angle of 321.19º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218A5 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 165 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.05 |
| HSL | 321.19º | 0.89% | 0.52% | - |
| HSV(B) | 321.19º | 0.9% | 0.95% | - |
| XYZ | 43.74 | 22.25 | 37.59 | - |
| YUV | 105.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 165 | 0 | 0.90 | 0.32 | 0.05 | 321.19 | 0.89 | 0.52 |
| Hex | F2 | 18 | A5 | 0 | 5A | 20 | 5 | 141 | 59 | 34 |
| Octal | 362 | 30 | 245 | 0 | 132 | 40 | 5 | 501 | 131 | 64 |
| Binary | 11110010 | 11000 | 10100101 | 0 | 1011010 | 100000 | 101 | 101000001 | 1011001 | 110100 |
Color Harmonies of #F218A5
Complementary color
Monochromatic Colors of #F218A5
Black with #F218A5
Text Example
Text Example
White with #F218A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218A5; }
p { color: rgb(242,24,165); }
H1.HeaderClassName
{
color: #F218A5;
}
.AnyTagClassName
{
color: #F218A5;
}
</style>
background-color css
<style>
a { background-color: #F218A5; }
a { background-color: rgb(242,24,165); }
div.DivClassName
{
background-color: #F218A5;
}
.BgClassName
{
background-color: #F218A5;
}
</style>
border-color css
<style>
span { border-color: #F218A5; }
span { border-color: rgb(242,24,165); }
td.TdClassName
{
border-color: #F218A5;
}
.TagClassName
{
border-color: #F218A5;
}
</style>