Shades of Spicy Pink #F81AA6
Tints of Spicy Pink #F81AA6
RGB
CMYK
RGB Variations
Color information
#F81AA6 (or 0xF81AA6) is known color: Spicy Pink. HEX triplet: F8, 1A and A6. RGB value is (248,26,166). Sum of RGB (Red+Green+Blue) = 248+26+166=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81AA6 is #07E559. Grayscale: #6C6C6C. Windows color (decimal): -517466 or 10885880. OLE color: 10885880.
HSL color Cylindrical-coordinate representation of color #F81AA6: hue angle of 322.16º 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 #F81AA6 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 166 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.03 |
| HSL | 322.16º | 0.94% | 0.54% | - |
| HSV(B) | 322.16º | 0.9% | 0.97% | - |
| XYZ | 45.96 | 23.45 | 38.18 | - |
| YUV | 108.34 | 160.55 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 166 | 0 | 0.90 | 0.33 | 0.03 | 322.16 | 0.94 | 0.54 |
| Hex | F8 | 1A | A6 | 0 | 5A | 21 | 3 | 142 | 5E | 36 |
| Octal | 370 | 32 | 246 | 0 | 132 | 41 | 3 | 502 | 136 | 66 |
| Binary | 11111000 | 11010 | 10100110 | 0 | 1011010 | 100001 | 11 | 101000010 | 1011110 | 110110 |
Color Harmonies of #F81AA6
Complementary color
Monochromatic Colors of #F81AA6
Black with #F81AA6
Text Example
Text Example
White with #F81AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AA6; }
p { color: rgb(248,26,166); }
H1.HeaderClassName
{
color: #F81AA6;
}
.AnyTagClassName
{
color: #F81AA6;
}
</style>
background-color css
<style>
a { background-color: #F81AA6; }
a { background-color: rgb(248,26,166); }
div.DivClassName
{
background-color: #F81AA6;
}
.BgClassName
{
background-color: #F81AA6;
}
</style>
border-color css
<style>
span { border-color: #F81AA6; }
span { border-color: rgb(248,26,166); }
td.TdClassName
{
border-color: #F81AA6;
}
.TagClassName
{
border-color: #F81AA6;
}
</style>