Shades of Spicy Pink #F811AB
Tints of Spicy Pink #F811AB
RGB
CMYK
RGB Variations
Color information
#F811AB (or 0xF811AB) is known color: Spicy Pink. HEX triplet: F8, 11 and AB. RGB value is (248,17,171). Sum of RGB (Red+Green+Blue) = 248+17+171=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F811AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F811AB is #07EE54. Grayscale: #676767. Windows color (decimal): -519765 or 11211256. OLE color: 11211256.
HSL color Cylindrical-coordinate representation of color #F811AB: hue angle of 320º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811AB is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 171 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.03 |
| HSL | 320º | 0.94% | 0.52% | - |
| HSV(B) | 320º | 0.93% | 0.97% | - |
| XYZ | 46.26 | 23.3 | 40.59 | - |
| YUV | 103.63 | 166.03 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 171 | 0 | 0.93 | 0.31 | 0.03 | 320 | 0.94 | 0.52 |
| Hex | F8 | 11 | AB | 0 | 5D | 1F | 3 | 140 | 5E | 34 |
| Octal | 370 | 21 | 253 | 0 | 135 | 37 | 3 | 500 | 136 | 64 |
| Binary | 11111000 | 10001 | 10101011 | 0 | 1011101 | 11111 | 11 | 101000000 | 1011110 | 110100 |
Color Harmonies of #F811AB
Complementary color
Monochromatic Colors of #F811AB
Black with #F811AB
Text Example
Text Example
White with #F811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811AB; }
p { color: rgb(248,17,171); }
H1.HeaderClassName
{
color: #F811AB;
}
.AnyTagClassName
{
color: #F811AB;
}
</style>
background-color css
<style>
a { background-color: #F811AB; }
a { background-color: rgb(248,17,171); }
div.DivClassName
{
background-color: #F811AB;
}
.BgClassName
{
background-color: #F811AB;
}
</style>
border-color css
<style>
span { border-color: #F811AB; }
span { border-color: rgb(248,17,171); }
td.TdClassName
{
border-color: #F811AB;
}
.TagClassName
{
border-color: #F811AB;
}
</style>