Shades of Spicy Pink #F81AA5
Tints of Spicy Pink #F81AA5
RGB
CMYK
RGB Variations
Color information
#F81AA5 (or 0xF81AA5) is known color: Spicy Pink. HEX triplet: F8, 1A and A5. RGB value is (248,26,165). Sum of RGB (Red+Green+Blue) = 248+26+165=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81AA5 is #07E55A. Grayscale: #6B6B6B. Windows color (decimal): -517467 or 10820344. OLE color: 10820344.
HSL color Cylindrical-coordinate representation of color #F81AA5: hue angle of 322.43º 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 #F81AA5 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 165 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.03 |
| HSL | 322.43º | 0.94% | 0.54% | - |
| HSV(B) | 322.43º | 0.9% | 0.97% | - |
| XYZ | 45.87 | 23.41 | 37.7 | - |
| YUV | 108.22 | 160.05 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 165 | 0 | 0.90 | 0.33 | 0.03 | 322.43 | 0.94 | 0.54 |
| Hex | F8 | 1A | A5 | 0 | 5A | 21 | 3 | 142 | 5E | 36 |
| Octal | 370 | 32 | 245 | 0 | 132 | 41 | 3 | 502 | 136 | 66 |
| Binary | 11111000 | 11010 | 10100101 | 0 | 1011010 | 100001 | 11 | 101000010 | 1011110 | 110110 |
Color Harmonies of #F81AA5
Complementary color
Monochromatic Colors of #F81AA5
Black with #F81AA5
Text Example
Text Example
White with #F81AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AA5; }
p { color: rgb(248,26,165); }
H1.HeaderClassName
{
color: #F81AA5;
}
.AnyTagClassName
{
color: #F81AA5;
}
</style>
background-color css
<style>
a { background-color: #F81AA5; }
a { background-color: rgb(248,26,165); }
div.DivClassName
{
background-color: #F81AA5;
}
.BgClassName
{
background-color: #F81AA5;
}
</style>
border-color css
<style>
span { border-color: #F81AA5; }
span { border-color: rgb(248,26,165); }
td.TdClassName
{
border-color: #F81AA5;
}
.TagClassName
{
border-color: #F81AA5;
}
</style>