Shades of Spicy Pink #F210AD
Tints of Spicy Pink #F210AD
RGB
CMYK
RGB Variations
Color information
#F210AD (or 0xF210AD) is known color: Spicy Pink. HEX triplet: F2, 10 and AD. RGB value is (242,16,173). Sum of RGB (Red+Green+Blue) = 242+16+173=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F210AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210AD is #0DEF52. Grayscale: #656565. Windows color (decimal): -913235 or 11342066. OLE color: 11342066.
HSL color Cylindrical-coordinate representation of color #F210AD: hue angle of 318.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F210AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.32º | 0.9% | 0.51% | - |
| HSV(B) | 318.32º | 0.93% | 0.95% | - |
| XYZ | 44.35 | 22.26 | 41.5 | - |
| YUV | 101.47 | 168.37 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 173 | 0 | 0.93 | 0.29 | 0.05 | 318.32 | 0.9 | 0.51 |
| Hex | F2 | 10 | AD | 0 | 5D | 1D | 5 | 13E | 5A | 33 |
| Octal | 362 | 20 | 255 | 0 | 135 | 35 | 5 | 476 | 132 | 63 |
| Binary | 11110010 | 10000 | 10101101 | 0 | 1011101 | 11101 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F210AD
Complementary color
Monochromatic Colors of #F210AD
Black with #F210AD
Text Example
Text Example
White with #F210AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210AD; }
p { color: rgb(242,16,173); }
H1.HeaderClassName
{
color: #F210AD;
}
.AnyTagClassName
{
color: #F210AD;
}
</style>
background-color css
<style>
a { background-color: #F210AD; }
a { background-color: rgb(242,16,173); }
div.DivClassName
{
background-color: #F210AD;
}
.BgClassName
{
background-color: #F210AD;
}
</style>
border-color css
<style>
span { border-color: #F210AD; }
span { border-color: rgb(242,16,173); }
td.TdClassName
{
border-color: #F210AD;
}
.TagClassName
{
border-color: #F210AD;
}
</style>