Shades of Spicy Pink #F415AB
Tints of Spicy Pink #F415AB
RGB
CMYK
RGB Variations
Color information
#F415AB (or 0xF415AB) is known color: Spicy Pink. HEX triplet: F4, 15 and AB. RGB value is (244,21,171). Sum of RGB (Red+Green+Blue) = 244+21+171=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F415AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F415AB is #0BEA54. Grayscale: #686868. Windows color (decimal): -780885 or 11212276. OLE color: 11212276.
HSL color Cylindrical-coordinate representation of color #F415AB: hue angle of 319.64º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F415AB is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 171 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.04 |
| HSL | 319.64º | 0.91% | 0.52% | - |
| HSV(B) | 319.64º | 0.91% | 0.96% | - |
| XYZ | 44.93 | 22.71 | 40.54 | - |
| YUV | 104.78 | 165.38 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 171 | 0 | 0.91 | 0.30 | 0.04 | 319.64 | 0.91 | 0.52 |
| Hex | F4 | 15 | AB | 0 | 5B | 1E | 4 | 140 | 5B | 34 |
| Octal | 364 | 25 | 253 | 0 | 133 | 36 | 4 | 500 | 133 | 64 |
| Binary | 11110100 | 10101 | 10101011 | 0 | 1011011 | 11110 | 100 | 101000000 | 1011011 | 110100 |
Color Harmonies of #F415AB
Complementary color
Monochromatic Colors of #F415AB
Black with #F415AB
Text Example
Text Example
White with #F415AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F415AB; }
p { color: rgb(244,21,171); }
H1.HeaderClassName
{
color: #F415AB;
}
.AnyTagClassName
{
color: #F415AB;
}
</style>
background-color css
<style>
a { background-color: #F415AB; }
a { background-color: rgb(244,21,171); }
div.DivClassName
{
background-color: #F415AB;
}
.BgClassName
{
background-color: #F415AB;
}
</style>
border-color css
<style>
span { border-color: #F415AB; }
span { border-color: rgb(244,21,171); }
td.TdClassName
{
border-color: #F415AB;
}
.TagClassName
{
border-color: #F415AB;
}
</style>