Shades of Spicy Pink #F216A8
Tints of Spicy Pink #F216A8
RGB
CMYK
RGB Variations
Color information
#F216A8 (or 0xF216A8) is known color: Spicy Pink. HEX triplet: F2, 16 and A8. RGB value is (242,22,168). Sum of RGB (Red+Green+Blue) = 242+22+168=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F216A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F216A8 is #0DE957. Grayscale: #686868. Windows color (decimal): -911704 or 11015922. OLE color: 11015922.
HSL color Cylindrical-coordinate representation of color #F216A8: hue angle of 320.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F216A8 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 168 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.05 |
| HSL | 320.18º | 0.89% | 0.52% | - |
| HSV(B) | 320.18º | 0.91% | 0.95% | - |
| XYZ | 43.97 | 22.28 | 39.03 | - |
| YUV | 104.42 | 163.89 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 168 | 0 | 0.91 | 0.31 | 0.05 | 320.18 | 0.89 | 0.52 |
| Hex | F2 | 16 | A8 | 0 | 5B | 1F | 5 | 140 | 59 | 34 |
| Octal | 362 | 26 | 250 | 0 | 133 | 37 | 5 | 500 | 131 | 64 |
| Binary | 11110010 | 10110 | 10101000 | 0 | 1011011 | 11111 | 101 | 101000000 | 1011001 | 110100 |
Color Harmonies of #F216A8
Complementary color
Monochromatic Colors of #F216A8
Black with #F216A8
Text Example
Text Example
White with #F216A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216A8; }
p { color: rgb(242,22,168); }
H1.HeaderClassName
{
color: #F216A8;
}
.AnyTagClassName
{
color: #F216A8;
}
</style>
background-color css
<style>
a { background-color: #F216A8; }
a { background-color: rgb(242,22,168); }
div.DivClassName
{
background-color: #F216A8;
}
.BgClassName
{
background-color: #F216A8;
}
</style>
border-color css
<style>
span { border-color: #F216A8; }
span { border-color: rgb(242,22,168); }
td.TdClassName
{
border-color: #F216A8;
}
.TagClassName
{
border-color: #F216A8;
}
</style>