Shades of Spicy Pink #F411AD
Tints of Spicy Pink #F411AD
RGB
CMYK
RGB Variations
Color information
#F411AD (or 0xF411AD) is known color: Spicy Pink. HEX triplet: F4, 11 and AD. RGB value is (244,17,173). Sum of RGB (Red+Green+Blue) = 244+17+173=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F411AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411AD is #0BEE52. Grayscale: #666666. Windows color (decimal): -781907 or 11342324. OLE color: 11342324.
HSL color Cylindrical-coordinate representation of color #F411AD: hue angle of 318.77º 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 #F411AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.04 |
| HSL | 318.77º | 0.91% | 0.51% | - |
| HSV(B) | 318.77º | 0.93% | 0.96% | - |
| XYZ | 45.05 | 22.65 | 41.53 | - |
| YUV | 102.66 | 167.71 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 173 | 0 | 0.93 | 0.29 | 0.04 | 318.77 | 0.91 | 0.51 |
| Hex | F4 | 11 | AD | 0 | 5D | 1D | 4 | 13F | 5B | 33 |
| Octal | 364 | 21 | 255 | 0 | 135 | 35 | 4 | 477 | 133 | 63 |
| Binary | 11110100 | 10001 | 10101101 | 0 | 1011101 | 11101 | 100 | 100111111 | 1011011 | 110011 |
Color Harmonies of #F411AD
Complementary color
Monochromatic Colors of #F411AD
Black with #F411AD
Text Example
Text Example
White with #F411AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411AD; }
p { color: rgb(244,17,173); }
H1.HeaderClassName
{
color: #F411AD;
}
.AnyTagClassName
{
color: #F411AD;
}
</style>
background-color css
<style>
a { background-color: #F411AD; }
a { background-color: rgb(244,17,173); }
div.DivClassName
{
background-color: #F411AD;
}
.BgClassName
{
background-color: #F411AD;
}
</style>
border-color css
<style>
span { border-color: #F411AD; }
span { border-color: rgb(244,17,173); }
td.TdClassName
{
border-color: #F411AD;
}
.TagClassName
{
border-color: #F411AD;
}
</style>