Shades of Spicy Pink #F412AD
Tints of Spicy Pink #F412AD
RGB
CMYK
RGB Variations
Color information
#F412AD (or 0xF412AD) is known color: Spicy Pink. HEX triplet: F4, 12 and AD. RGB value is (244,18,173). Sum of RGB (Red+Green+Blue) = 244+18+173=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F412AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F412AD is #0BED52. Grayscale: #666666. Windows color (decimal): -781651 or 11342580. OLE color: 11342580.
HSL color Cylindrical-coordinate representation of color #F412AD: hue angle of 318.85º 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 #F412AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.04 |
| HSL | 318.85º | 0.91% | 0.51% | - |
| HSV(B) | 318.85º | 0.93% | 0.96% | - |
| XYZ | 45.07 | 22.68 | 41.54 | - |
| YUV | 103.24 | 167.37 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 173 | 0 | 0.93 | 0.29 | 0.04 | 318.85 | 0.91 | 0.51 |
| Hex | F4 | 12 | AD | 0 | 5D | 1D | 4 | 13F | 5B | 33 |
| Octal | 364 | 22 | 255 | 0 | 135 | 35 | 4 | 477 | 133 | 63 |
| Binary | 11110100 | 10010 | 10101101 | 0 | 1011101 | 11101 | 100 | 100111111 | 1011011 | 110011 |
Color Harmonies of #F412AD
Complementary color
Monochromatic Colors of #F412AD
Black with #F412AD
Text Example
Text Example
White with #F412AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412AD; }
p { color: rgb(244,18,173); }
H1.HeaderClassName
{
color: #F412AD;
}
.AnyTagClassName
{
color: #F412AD;
}
</style>
background-color css
<style>
a { background-color: #F412AD; }
a { background-color: rgb(244,18,173); }
div.DivClassName
{
background-color: #F412AD;
}
.BgClassName
{
background-color: #F412AD;
}
</style>
border-color css
<style>
span { border-color: #F412AD; }
span { border-color: rgb(244,18,173); }
td.TdClassName
{
border-color: #F412AD;
}
.TagClassName
{
border-color: #F412AD;
}
</style>