Shades of Spicy Pink #F410AF
Tints of Spicy Pink #F410AF
RGB
CMYK
RGB Variations
Color information
#F410AF (or 0xF410AF) is known color: Spicy Pink. HEX triplet: F4, 10 and AF. RGB value is (244,16,175). Sum of RGB (Red+Green+Blue) = 244+16+175=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F410AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F410AF is #0BEF50. Grayscale: #656565. Windows color (decimal): -782161 or 11473140. OLE color: 11473140.
HSL color Cylindrical-coordinate representation of color #F410AF: hue angle of 318.16º 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 #F410AF is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 175 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.04 |
| HSL | 318.16º | 0.91% | 0.51% | - |
| HSV(B) | 318.16º | 0.93% | 0.96% | - |
| XYZ | 45.23 | 22.7 | 42.55 | - |
| YUV | 102.3 | 169.04 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 175 | 0 | 0.93 | 0.28 | 0.04 | 318.16 | 0.91 | 0.51 |
| Hex | F4 | 10 | AF | 0 | 5D | 1C | 4 | 13E | 5B | 33 |
| Octal | 364 | 20 | 257 | 0 | 135 | 34 | 4 | 476 | 133 | 63 |
| Binary | 11110100 | 10000 | 10101111 | 0 | 1011101 | 11100 | 100 | 100111110 | 1011011 | 110011 |
Color Harmonies of #F410AF
Complementary color
Monochromatic Colors of #F410AF
Black with #F410AF
Text Example
Text Example
White with #F410AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410AF; }
p { color: rgb(244,16,175); }
H1.HeaderClassName
{
color: #F410AF;
}
.AnyTagClassName
{
color: #F410AF;
}
</style>
background-color css
<style>
a { background-color: #F410AF; }
a { background-color: rgb(244,16,175); }
div.DivClassName
{
background-color: #F410AF;
}
.BgClassName
{
background-color: #F410AF;
}
</style>
border-color css
<style>
span { border-color: #F410AF; }
span { border-color: rgb(244,16,175); }
td.TdClassName
{
border-color: #F410AF;
}
.TagClassName
{
border-color: #F410AF;
}
</style>