Shades of Spicy Pink #F416A2
Tints of Spicy Pink #F416A2
RGB
CMYK
RGB Variations
Color information
#F416A2 (or 0xF416A2) is known color: Spicy Pink. HEX triplet: F4, 16 and A2. RGB value is (244,22,162). Sum of RGB (Red+Green+Blue) = 244+22+162=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F416A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F416A2 is #0BE95D. Grayscale: #686868. Windows color (decimal): -780638 or 10622708. OLE color: 10622708.
HSL color Cylindrical-coordinate representation of color #F416A2: hue angle of 322.16º 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 #F416A2 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 162 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.04 |
| HSL | 322.16º | 0.91% | 0.52% | - |
| HSV(B) | 322.16º | 0.91% | 0.96% | - |
| XYZ | 44.12 | 22.42 | 36.18 | - |
| YUV | 104.34 | 160.55 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 162 | 0 | 0.91 | 0.34 | 0.04 | 322.16 | 0.91 | 0.52 |
| Hex | F4 | 16 | A2 | 0 | 5B | 22 | 4 | 142 | 5B | 34 |
| Octal | 364 | 26 | 242 | 0 | 133 | 42 | 4 | 502 | 133 | 64 |
| Binary | 11110100 | 10110 | 10100010 | 0 | 1011011 | 100010 | 100 | 101000010 | 1011011 | 110100 |
Color Harmonies of #F416A2
Complementary color
Monochromatic Colors of #F416A2
Black with #F416A2
Text Example
Text Example
White with #F416A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416A2; }
p { color: rgb(244,22,162); }
H1.HeaderClassName
{
color: #F416A2;
}
.AnyTagClassName
{
color: #F416A2;
}
</style>
background-color css
<style>
a { background-color: #F416A2; }
a { background-color: rgb(244,22,162); }
div.DivClassName
{
background-color: #F416A2;
}
.BgClassName
{
background-color: #F416A2;
}
</style>
border-color css
<style>
span { border-color: #F416A2; }
span { border-color: rgb(244,22,162); }
td.TdClassName
{
border-color: #F416A2;
}
.TagClassName
{
border-color: #F416A2;
}
</style>