Shades of Spicy Pink #F412AF
Tints of Spicy Pink #F412AF
RGB
CMYK
RGB Variations
Color information
#F412AF (or 0xF412AF) is known color: Spicy Pink. HEX triplet: F4, 12 and AF. RGB value is (244,18,175). Sum of RGB (Red+Green+Blue) = 244+18+175=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F412AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F412AF is #0BED50. Grayscale: #676767. Windows color (decimal): -781649 or 11473652. OLE color: 11473652.
HSL color Cylindrical-coordinate representation of color #F412AF: hue angle of 318.32º 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 #F412AF is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 175 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.04 |
| HSL | 318.32º | 0.91% | 0.51% | - |
| HSV(B) | 318.32º | 0.93% | 0.96% | - |
| XYZ | 45.26 | 22.76 | 42.57 | - |
| YUV | 103.47 | 168.37 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 175 | 0 | 0.93 | 0.28 | 0.04 | 318.32 | 0.91 | 0.51 |
| Hex | F4 | 12 | AF | 0 | 5D | 1C | 4 | 13E | 5B | 33 |
| Octal | 364 | 22 | 257 | 0 | 135 | 34 | 4 | 476 | 133 | 63 |
| Binary | 11110100 | 10010 | 10101111 | 0 | 1011101 | 11100 | 100 | 100111110 | 1011011 | 110011 |
Color Harmonies of #F412AF
Complementary color
Monochromatic Colors of #F412AF
Black with #F412AF
Text Example
Text Example
White with #F412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412AF; }
p { color: rgb(244,18,175); }
H1.HeaderClassName
{
color: #F412AF;
}
.AnyTagClassName
{
color: #F412AF;
}
</style>
background-color css
<style>
a { background-color: #F412AF; }
a { background-color: rgb(244,18,175); }
div.DivClassName
{
background-color: #F412AF;
}
.BgClassName
{
background-color: #F412AF;
}
</style>
border-color css
<style>
span { border-color: #F412AF; }
span { border-color: rgb(244,18,175); }
td.TdClassName
{
border-color: #F412AF;
}
.TagClassName
{
border-color: #F412AF;
}
</style>