Shades of Spicy Pink #F81AAC
Tints of Spicy Pink #F81AAC
RGB
CMYK
RGB Variations
Color information
#F81AAC (or 0xF81AAC) is known color: Spicy Pink. HEX triplet: F8, 1A and AC. RGB value is (248,26,172). Sum of RGB (Red+Green+Blue) = 248+26+172=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81AAC is #07E553. Grayscale: #6C6C6C. Windows color (decimal): -517460 or 11279096. OLE color: 11279096.
HSL color Cylindrical-coordinate representation of color #F81AAC: hue angle of 320.54º 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 #F81AAC is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 172 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.03 |
| HSL | 320.54º | 0.94% | 0.54% | - |
| HSV(B) | 320.54º | 0.9% | 0.97% | - |
| XYZ | 46.53 | 23.67 | 41.15 | - |
| YUV | 109.02 | 163.55 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 172 | 0 | 0.90 | 0.31 | 0.03 | 320.54 | 0.94 | 0.54 |
| Hex | F8 | 1A | AC | 0 | 5A | 1F | 3 | 141 | 5E | 36 |
| Octal | 370 | 32 | 254 | 0 | 132 | 37 | 3 | 501 | 136 | 66 |
| Binary | 11111000 | 11010 | 10101100 | 0 | 1011010 | 11111 | 11 | 101000001 | 1011110 | 110110 |
Color Harmonies of #F81AAC
Complementary color
Monochromatic Colors of #F81AAC
Black with #F81AAC
Text Example
Text Example
White with #F81AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AAC; }
p { color: rgb(248,26,172); }
H1.HeaderClassName
{
color: #F81AAC;
}
.AnyTagClassName
{
color: #F81AAC;
}
</style>
background-color css
<style>
a { background-color: #F81AAC; }
a { background-color: rgb(248,26,172); }
div.DivClassName
{
background-color: #F81AAC;
}
.BgClassName
{
background-color: #F81AAC;
}
</style>
border-color css
<style>
span { border-color: #F81AAC; }
span { border-color: rgb(248,26,172); }
td.TdClassName
{
border-color: #F81AAC;
}
.TagClassName
{
border-color: #F81AAC;
}
</style>