Shades of Spicy Pink #F20FAD
Tints of Spicy Pink #F20FAD
RGB
CMYK
RGB Variations
Color information
#F20FAD (or 0xF20FAD) is known color: Spicy Pink. HEX triplet: F2, 0F and AD. RGB value is (242,15,173). Sum of RGB (Red+Green+Blue) = 242+15+173=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20FAD is #0DF052. Grayscale: #646464. Windows color (decimal): -913491 or 11341810. OLE color: 11341810.
HSL color Cylindrical-coordinate representation of color #F20FAD: hue angle of 318.24º 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 #F20FAD is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 173 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.05 |
| HSL | 318.24º | 0.9% | 0.5% | - |
| HSV(B) | 318.24º | 0.94% | 0.95% | - |
| XYZ | 44.33 | 22.24 | 41.49 | - |
| YUV | 100.89 | 168.71 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 173 | 0 | 0.94 | 0.29 | 0.05 | 318.24 | 0.9 | 0.5 |
| Hex | F2 | F | AD | 0 | 5E | 1D | 5 | 13E | 5A | 32 |
| Octal | 362 | 17 | 255 | 0 | 136 | 35 | 5 | 476 | 132 | 62 |
| Binary | 11110010 | 1111 | 10101101 | 0 | 1011110 | 11101 | 101 | 100111110 | 1011010 | 110010 |
Color Harmonies of #F20FAD
Complementary color
Monochromatic Colors of #F20FAD
Black with #F20FAD
Text Example
Text Example
White with #F20FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FAD; }
p { color: rgb(242,15,173); }
H1.HeaderClassName
{
color: #F20FAD;
}
.AnyTagClassName
{
color: #F20FAD;
}
</style>
background-color css
<style>
a { background-color: #F20FAD; }
a { background-color: rgb(242,15,173); }
div.DivClassName
{
background-color: #F20FAD;
}
.BgClassName
{
background-color: #F20FAD;
}
</style>
border-color css
<style>
span { border-color: #F20FAD; }
span { border-color: rgb(242,15,173); }
td.TdClassName
{
border-color: #F20FAD;
}
.TagClassName
{
border-color: #F20FAD;
}
</style>