Shades of Spicy Pink #F416AD
Tints of Spicy Pink #F416AD
RGB
CMYK
RGB Variations
Color information
#F416AD (or 0xF416AD) is known color: Spicy Pink. HEX triplet: F4, 16 and AD. RGB value is (244,22,173). Sum of RGB (Red+Green+Blue) = 244+22+173=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F416AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F416AD is #0BE952. Grayscale: #696969. Windows color (decimal): -780627 or 11343604. OLE color: 11343604.
HSL color Cylindrical-coordinate representation of color #F416AD: hue angle of 319.19º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F416AD is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 173 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.04 |
| HSL | 319.19º | 0.91% | 0.52% | - |
| HSV(B) | 319.19º | 0.91% | 0.96% | - |
| XYZ | 45.14 | 22.82 | 41.56 | - |
| YUV | 105.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 173 | 0 | 0.91 | 0.29 | 0.04 | 319.19 | 0.91 | 0.52 |
| Hex | F4 | 16 | AD | 0 | 5B | 1D | 4 | 13F | 5B | 34 |
| Octal | 364 | 26 | 255 | 0 | 133 | 35 | 4 | 477 | 133 | 64 |
| Binary | 11110100 | 10110 | 10101101 | 0 | 1011011 | 11101 | 100 | 100111111 | 1011011 | 110100 |
Color Harmonies of #F416AD
Complementary color
Monochromatic Colors of #F416AD
Black with #F416AD
Text Example
Text Example
White with #F416AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416AD; }
p { color: rgb(244,22,173); }
H1.HeaderClassName
{
color: #F416AD;
}
.AnyTagClassName
{
color: #F416AD;
}
</style>
background-color css
<style>
a { background-color: #F416AD; }
a { background-color: rgb(244,22,173); }
div.DivClassName
{
background-color: #F416AD;
}
.BgClassName
{
background-color: #F416AD;
}
</style>
border-color css
<style>
span { border-color: #F416AD; }
span { border-color: rgb(244,22,173); }
td.TdClassName
{
border-color: #F416AD;
}
.TagClassName
{
border-color: #F416AD;
}
</style>