Shades of Spicy Pink #F218AF
Tints of Spicy Pink #F218AF
RGB
CMYK
RGB Variations
Color information
#F218AF (or 0xF218AF) is known color: Spicy Pink. HEX triplet: F2, 18 and AF. RGB value is (242,24,175). Sum of RGB (Red+Green+Blue) = 242+24+175=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F218AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F218AF is #0DE750. Grayscale: #6A6A6A. Windows color (decimal): -911185 or 11475186. OLE color: 11475186.
HSL color Cylindrical-coordinate representation of color #F218AF: hue angle of 318.44º 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 #F218AF is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.05 |
| HSL | 318.44º | 0.89% | 0.52% | - |
| HSV(B) | 318.44º | 0.9% | 0.95% | - |
| XYZ | 44.68 | 22.63 | 42.57 | - |
| YUV | 106.4 | 166.72 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 175 | 0 | 0.90 | 0.28 | 0.05 | 318.44 | 0.89 | 0.52 |
| Hex | F2 | 18 | AF | 0 | 5A | 1C | 5 | 13E | 59 | 34 |
| Octal | 362 | 30 | 257 | 0 | 132 | 34 | 5 | 476 | 131 | 64 |
| Binary | 11110010 | 11000 | 10101111 | 0 | 1011010 | 11100 | 101 | 100111110 | 1011001 | 110100 |
Color Harmonies of #F218AF
Complementary color
Monochromatic Colors of #F218AF
Black with #F218AF
Text Example
Text Example
White with #F218AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218AF; }
p { color: rgb(242,24,175); }
H1.HeaderClassName
{
color: #F218AF;
}
.AnyTagClassName
{
color: #F218AF;
}
</style>
background-color css
<style>
a { background-color: #F218AF; }
a { background-color: rgb(242,24,175); }
div.DivClassName
{
background-color: #F218AF;
}
.BgClassName
{
background-color: #F218AF;
}
</style>
border-color css
<style>
span { border-color: #F218AF; }
span { border-color: rgb(242,24,175); }
td.TdClassName
{
border-color: #F218AF;
}
.TagClassName
{
border-color: #F218AF;
}
</style>