Shades of Spicy Pink #F416B2
Tints of Spicy Pink #F416B2
RGB
CMYK
RGB Variations
Color information
#F416B2 (or 0xF416B2) is known color: Spicy Pink. HEX triplet: F4, 16 and B2. RGB value is (244,22,178). Sum of RGB (Red+Green+Blue) = 244+22+178=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F416B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F416B2 is #0BE94D. Grayscale: #696969. Windows color (decimal): -780622 or 11671284. OLE color: 11671284.
HSL color Cylindrical-coordinate representation of color #F416B2: hue angle of 317.84º 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 #F416B2 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 178 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.04 |
| HSL | 317.84º | 0.91% | 0.52% | - |
| HSV(B) | 317.84º | 0.91% | 0.96% | - |
| XYZ | 45.63 | 23.02 | 44.16 | - |
| YUV | 106.16 | 168.55 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 178 | 0 | 0.91 | 0.27 | 0.04 | 317.84 | 0.91 | 0.52 |
| Hex | F4 | 16 | B2 | 0 | 5B | 1B | 4 | 13E | 5B | 34 |
| Octal | 364 | 26 | 262 | 0 | 133 | 33 | 4 | 476 | 133 | 64 |
| Binary | 11110100 | 10110 | 10110010 | 0 | 1011011 | 11011 | 100 | 100111110 | 1011011 | 110100 |
Color Harmonies of #F416B2
Complementary color
Monochromatic Colors of #F416B2
Black with #F416B2
Text Example
Text Example
White with #F416B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416B2; }
p { color: rgb(244,22,178); }
H1.HeaderClassName
{
color: #F416B2;
}
.AnyTagClassName
{
color: #F416B2;
}
</style>
background-color css
<style>
a { background-color: #F416B2; }
a { background-color: rgb(244,22,178); }
div.DivClassName
{
background-color: #F416B2;
}
.BgClassName
{
background-color: #F416B2;
}
</style>
border-color css
<style>
span { border-color: #F416B2; }
span { border-color: rgb(244,22,178); }
td.TdClassName
{
border-color: #F416B2;
}
.TagClassName
{
border-color: #F416B2;
}
</style>