Shades of Spicy Pink #F219AD
Tints of Spicy Pink #F219AD
RGB
CMYK
RGB Variations
Color information
#F219AD (or 0xF219AD) is known color: Spicy Pink. HEX triplet: F2, 19 and AD. RGB value is (242,25,173). Sum of RGB (Red+Green+Blue) = 242+25+173=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F219AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F219AD is #0DE652. Grayscale: #6A6A6A. Windows color (decimal): -910931 or 11344370. OLE color: 11344370.
HSL color Cylindrical-coordinate representation of color #F219AD: hue angle of 319.08º 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 #F219AD is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 319.08º | 0.89% | 0.52% | - |
| HSV(B) | 319.08º | 0.9% | 0.95% | - |
| XYZ | 44.51 | 22.59 | 41.55 | - |
| YUV | 106.76 | 165.39 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 173 | 0 | 0.90 | 0.29 | 0.05 | 319.08 | 0.89 | 0.52 |
| Hex | F2 | 19 | AD | 0 | 5A | 1D | 5 | 13F | 59 | 34 |
| Octal | 362 | 31 | 255 | 0 | 132 | 35 | 5 | 477 | 131 | 64 |
| Binary | 11110010 | 11001 | 10101101 | 0 | 1011010 | 11101 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F219AD
Complementary color
Monochromatic Colors of #F219AD
Black with #F219AD
Text Example
Text Example
White with #F219AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219AD; }
p { color: rgb(242,25,173); }
H1.HeaderClassName
{
color: #F219AD;
}
.AnyTagClassName
{
color: #F219AD;
}
</style>
background-color css
<style>
a { background-color: #F219AD; }
a { background-color: rgb(242,25,173); }
div.DivClassName
{
background-color: #F219AD;
}
.BgClassName
{
background-color: #F219AD;
}
</style>
border-color css
<style>
span { border-color: #F219AD; }
span { border-color: rgb(242,25,173); }
td.TdClassName
{
border-color: #F219AD;
}
.TagClassName
{
border-color: #F219AD;
}
</style>