Shades of Spicy Pink #F412AC
Tints of Spicy Pink #F412AC
RGB
CMYK
RGB Variations
Color information
#F412AC (or 0xF412AC) is known color: Spicy Pink. HEX triplet: F4, 12 and AC. RGB value is (244,18,172). Sum of RGB (Red+Green+Blue) = 244+18+172=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F412AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F412AC is #0BED53. Grayscale: #666666. Windows color (decimal): -781652 or 11277044. OLE color: 11277044.
HSL color Cylindrical-coordinate representation of color #F412AC: hue angle of 319.12º 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 #F412AC is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 172 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.04 |
| HSL | 319.12º | 0.91% | 0.51% | - |
| HSV(B) | 319.12º | 0.93% | 0.96% | - |
| XYZ | 44.97 | 22.64 | 41.03 | - |
| YUV | 103.13 | 166.87 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 172 | 0 | 0.93 | 0.30 | 0.04 | 319.12 | 0.91 | 0.51 |
| Hex | F4 | 12 | AC | 0 | 5D | 1E | 4 | 13F | 5B | 33 |
| Octal | 364 | 22 | 254 | 0 | 135 | 36 | 4 | 477 | 133 | 63 |
| Binary | 11110100 | 10010 | 10101100 | 0 | 1011101 | 11110 | 100 | 100111111 | 1011011 | 110011 |
Color Harmonies of #F412AC
Complementary color
Monochromatic Colors of #F412AC
Black with #F412AC
Text Example
Text Example
White with #F412AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412AC; }
p { color: rgb(244,18,172); }
H1.HeaderClassName
{
color: #F412AC;
}
.AnyTagClassName
{
color: #F412AC;
}
</style>
background-color css
<style>
a { background-color: #F412AC; }
a { background-color: rgb(244,18,172); }
div.DivClassName
{
background-color: #F412AC;
}
.BgClassName
{
background-color: #F412AC;
}
</style>
border-color css
<style>
span { border-color: #F412AC; }
span { border-color: rgb(244,18,172); }
td.TdClassName
{
border-color: #F412AC;
}
.TagClassName
{
border-color: #F412AC;
}
</style>