Shades of Spicy Pink #F81AB1
Tints of Spicy Pink #F81AB1
RGB
CMYK
RGB Variations
Color information
#F81AB1 (or 0xF81AB1) is known color: Spicy Pink. HEX triplet: F8, 1A and B1. RGB value is (248,26,177). Sum of RGB (Red+Green+Blue) = 248+26+177=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81AB1 is #07E54E. Grayscale: #6D6D6D. Windows color (decimal): -517455 or 11606776. OLE color: 11606776.
HSL color Cylindrical-coordinate representation of color #F81AB1: hue angle of 319.19º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81AB1 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 177 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.03 |
| HSL | 319.19º | 0.94% | 0.54% | - |
| HSV(B) | 319.19º | 0.9% | 0.97% | - |
| XYZ | 47.02 | 23.87 | 43.72 | - |
| YUV | 109.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 177 | 0 | 0.90 | 0.29 | 0.03 | 319.19 | 0.94 | 0.54 |
| Hex | F8 | 1A | B1 | 0 | 5A | 1D | 3 | 13F | 5E | 36 |
| Octal | 370 | 32 | 261 | 0 | 132 | 35 | 3 | 477 | 136 | 66 |
| Binary | 11111000 | 11010 | 10110001 | 0 | 1011010 | 11101 | 11 | 100111111 | 1011110 | 110110 |
Color Harmonies of #F81AB1
Complementary color
Monochromatic Colors of #F81AB1
Black with #F81AB1
Text Example
Text Example
White with #F81AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AB1; }
p { color: rgb(248,26,177); }
H1.HeaderClassName
{
color: #F81AB1;
}
.AnyTagClassName
{
color: #F81AB1;
}
</style>
background-color css
<style>
a { background-color: #F81AB1; }
a { background-color: rgb(248,26,177); }
div.DivClassName
{
background-color: #F81AB1;
}
.BgClassName
{
background-color: #F81AB1;
}
</style>
border-color css
<style>
span { border-color: #F81AB1; }
span { border-color: rgb(248,26,177); }
td.TdClassName
{
border-color: #F81AB1;
}
.TagClassName
{
border-color: #F81AB1;
}
</style>