Shades of Spicy Pink #F416AF
Tints of Spicy Pink #F416AF
RGB
CMYK
RGB Variations
Color information
#F416AF (or 0xF416AF) is known color: Spicy Pink. HEX triplet: F4, 16 and AF. RGB value is (244,22,175). Sum of RGB (Red+Green+Blue) = 244+22+175=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F416AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F416AF is #0BE950. Grayscale: #696969. Windows color (decimal): -780625 or 11474676. OLE color: 11474676.
HSL color Cylindrical-coordinate representation of color #F416AF: hue angle of 318.65º 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 #F416AF is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 175 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.04 |
| HSL | 318.65º | 0.91% | 0.52% | - |
| HSV(B) | 318.65º | 0.91% | 0.96% | - |
| XYZ | 45.33 | 22.9 | 42.59 | - |
| YUV | 105.82 | 167.05 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 175 | 0 | 0.91 | 0.28 | 0.04 | 318.65 | 0.91 | 0.52 |
| Hex | F4 | 16 | AF | 0 | 5B | 1C | 4 | 13F | 5B | 34 |
| Octal | 364 | 26 | 257 | 0 | 133 | 34 | 4 | 477 | 133 | 64 |
| Binary | 11110100 | 10110 | 10101111 | 0 | 1011011 | 11100 | 100 | 100111111 | 1011011 | 110100 |
Color Harmonies of #F416AF
Complementary color
Monochromatic Colors of #F416AF
Black with #F416AF
Text Example
Text Example
White with #F416AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416AF; }
p { color: rgb(244,22,175); }
H1.HeaderClassName
{
color: #F416AF;
}
.AnyTagClassName
{
color: #F416AF;
}
</style>
background-color css
<style>
a { background-color: #F416AF; }
a { background-color: rgb(244,22,175); }
div.DivClassName
{
background-color: #F416AF;
}
.BgClassName
{
background-color: #F416AF;
}
</style>
border-color css
<style>
span { border-color: #F416AF; }
span { border-color: rgb(244,22,175); }
td.TdClassName
{
border-color: #F416AF;
}
.TagClassName
{
border-color: #F416AF;
}
</style>