Shades of Spicy Pink #F218AD
Tints of Spicy Pink #F218AD
RGB
CMYK
RGB Variations
Color information
#F218AD (or 0xF218AD) is known color: Spicy Pink. HEX triplet: F2, 18 and AD. RGB value is (242,24,173). Sum of RGB (Red+Green+Blue) = 242+24+173=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F218AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F218AD is #0DE752. Grayscale: #696969. Windows color (decimal): -911187 or 11344114. OLE color: 11344114.
HSL color Cylindrical-coordinate representation of color #F218AD: hue angle of 318.99º 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 #F218AD is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 318.99º | 0.89% | 0.52% | - |
| HSV(B) | 318.99º | 0.9% | 0.95% | - |
| XYZ | 44.49 | 22.55 | 41.54 | - |
| YUV | 106.17 | 165.72 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 173 | 0 | 0.90 | 0.29 | 0.05 | 318.99 | 0.89 | 0.52 |
| Hex | F2 | 18 | AD | 0 | 5A | 1D | 5 | 13F | 59 | 34 |
| Octal | 362 | 30 | 255 | 0 | 132 | 35 | 5 | 477 | 131 | 64 |
| Binary | 11110010 | 11000 | 10101101 | 0 | 1011010 | 11101 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F218AD
Complementary color
Monochromatic Colors of #F218AD
Black with #F218AD
Text Example
Text Example
White with #F218AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218AD; }
p { color: rgb(242,24,173); }
H1.HeaderClassName
{
color: #F218AD;
}
.AnyTagClassName
{
color: #F218AD;
}
</style>
background-color css
<style>
a { background-color: #F218AD; }
a { background-color: rgb(242,24,173); }
div.DivClassName
{
background-color: #F218AD;
}
.BgClassName
{
background-color: #F218AD;
}
</style>
border-color css
<style>
span { border-color: #F218AD; }
span { border-color: rgb(242,24,173); }
td.TdClassName
{
border-color: #F218AD;
}
.TagClassName
{
border-color: #F218AD;
}
</style>