Shades of Spicy Pink #F413AB
Tints of Spicy Pink #F413AB
RGB
CMYK
RGB Variations
Color information
#F413AB (or 0xF413AB) is known color: Spicy Pink. HEX triplet: F4, 13 and AB. RGB value is (244,19,171). Sum of RGB (Red+Green+Blue) = 244+19+171=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F413AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F413AB is #0BEC54. Grayscale: #676767. Windows color (decimal): -781397 or 11211764. OLE color: 11211764.
HSL color Cylindrical-coordinate representation of color #F413AB: hue angle of 319.47º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F413AB is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 171 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.04 |
| HSL | 319.47º | 0.91% | 0.52% | - |
| HSV(B) | 319.47º | 0.92% | 0.96% | - |
| XYZ | 44.89 | 22.64 | 40.53 | - |
| YUV | 103.6 | 166.04 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 171 | 0 | 0.92 | 0.30 | 0.04 | 319.47 | 0.91 | 0.52 |
| Hex | F4 | 13 | AB | 0 | 5C | 1E | 4 | 13F | 5B | 34 |
| Octal | 364 | 23 | 253 | 0 | 134 | 36 | 4 | 477 | 133 | 64 |
| Binary | 11110100 | 10011 | 10101011 | 0 | 1011100 | 11110 | 100 | 100111111 | 1011011 | 110100 |
Color Harmonies of #F413AB
Complementary color
Monochromatic Colors of #F413AB
Black with #F413AB
Text Example
Text Example
White with #F413AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413AB; }
p { color: rgb(244,19,171); }
H1.HeaderClassName
{
color: #F413AB;
}
.AnyTagClassName
{
color: #F413AB;
}
</style>
background-color css
<style>
a { background-color: #F413AB; }
a { background-color: rgb(244,19,171); }
div.DivClassName
{
background-color: #F413AB;
}
.BgClassName
{
background-color: #F413AB;
}
</style>
border-color css
<style>
span { border-color: #F413AB; }
span { border-color: rgb(244,19,171); }
td.TdClassName
{
border-color: #F413AB;
}
.TagClassName
{
border-color: #F413AB;
}
</style>