Shades of Spicy Pink #F20EAF
Tints of Spicy Pink #F20EAF
RGB
CMYK
RGB Variations
Color information
#F20EAF (or 0xF20EAF) is known color: Spicy Pink. HEX triplet: F2, 0E and AF. RGB value is (242,14,175). Sum of RGB (Red+Green+Blue) = 242+14+175=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20EAF is #0DF150. Grayscale: #646464. Windows color (decimal): -913745 or 11472626. OLE color: 11472626.
HSL color Cylindrical-coordinate representation of color #F20EAF: hue angle of 317.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EAF is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 175 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.05 |
| HSL | 317.63º | 0.9% | 0.5% | - |
| HSV(B) | 317.63º | 0.94% | 0.95% | - |
| XYZ | 44.51 | 22.29 | 42.51 | - |
| YUV | 100.53 | 170.04 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 175 | 0 | 0.94 | 0.28 | 0.05 | 317.63 | 0.9 | 0.5 |
| Hex | F2 | E | AF | 0 | 5E | 1C | 5 | 13E | 5A | 32 |
| Octal | 362 | 16 | 257 | 0 | 136 | 34 | 5 | 476 | 132 | 62 |
| Binary | 11110010 | 1110 | 10101111 | 0 | 1011110 | 11100 | 101 | 100111110 | 1011010 | 110010 |
Color Harmonies of #F20EAF
Complementary color
Monochromatic Colors of #F20EAF
Black with #F20EAF
Text Example
Text Example
White with #F20EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EAF; }
p { color: rgb(242,14,175); }
H1.HeaderClassName
{
color: #F20EAF;
}
.AnyTagClassName
{
color: #F20EAF;
}
</style>
background-color css
<style>
a { background-color: #F20EAF; }
a { background-color: rgb(242,14,175); }
div.DivClassName
{
background-color: #F20EAF;
}
.BgClassName
{
background-color: #F20EAF;
}
</style>
border-color css
<style>
span { border-color: #F20EAF; }
span { border-color: rgb(242,14,175); }
td.TdClassName
{
border-color: #F20EAF;
}
.TagClassName
{
border-color: #F20EAF;
}
</style>