Shades of Spicy Pink #F410B0
Tints of Spicy Pink #F410B0
RGB
CMYK
RGB Variations
Color information
#F410B0 (or 0xF410B0) is known color: Spicy Pink. HEX triplet: F4, 10 and B0. RGB value is (244,16,176). Sum of RGB (Red+Green+Blue) = 244+16+176=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F410B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F410B0 is #0BEF4F. Grayscale: #666666. Windows color (decimal): -782160 or 11538676. OLE color: 11538676.
HSL color Cylindrical-coordinate representation of color #F410B0: hue angle of 317.89º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F410B0 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 176 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.04 |
| HSL | 317.89º | 0.91% | 0.51% | - |
| HSV(B) | 317.89º | 0.93% | 0.96% | - |
| XYZ | 45.33 | 22.74 | 43.07 | - |
| YUV | 102.41 | 169.54 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 176 | 0 | 0.93 | 0.28 | 0.04 | 317.89 | 0.91 | 0.51 |
| Hex | F4 | 10 | B0 | 0 | 5D | 1C | 4 | 13E | 5B | 33 |
| Octal | 364 | 20 | 260 | 0 | 135 | 34 | 4 | 476 | 133 | 63 |
| Binary | 11110100 | 10000 | 10110000 | 0 | 1011101 | 11100 | 100 | 100111110 | 1011011 | 110011 |
Color Harmonies of #F410B0
Complementary color
Monochromatic Colors of #F410B0
Black with #F410B0
Text Example
Text Example
White with #F410B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410B0; }
p { color: rgb(244,16,176); }
H1.HeaderClassName
{
color: #F410B0;
}
.AnyTagClassName
{
color: #F410B0;
}
</style>
background-color css
<style>
a { background-color: #F410B0; }
a { background-color: rgb(244,16,176); }
div.DivClassName
{
background-color: #F410B0;
}
.BgClassName
{
background-color: #F410B0;
}
</style>
border-color css
<style>
span { border-color: #F410B0; }
span { border-color: rgb(244,16,176); }
td.TdClassName
{
border-color: #F410B0;
}
.TagClassName
{
border-color: #F410B0;
}
</style>