Shades of Spicy Pink #F81BA7
Tints of Spicy Pink #F81BA7
RGB
CMYK
RGB Variations
Color information
#F81BA7 (or 0xF81BA7) is known color: Spicy Pink. HEX triplet: F8, 1B and A7. RGB value is (248,27,167). Sum of RGB (Red+Green+Blue) = 248+27+167=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81BA7 is #07E458. Grayscale: #6C6C6C. Windows color (decimal): -517209 or 10951672. OLE color: 10951672.
HSL color Cylindrical-coordinate representation of color #F81BA7: hue angle of 321.99º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81BA7 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 167 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.03 |
| HSL | 321.99º | 0.94% | 0.54% | - |
| HSV(B) | 321.99º | 0.89% | 0.97% | - |
| XYZ | 46.08 | 23.53 | 38.67 | - |
| YUV | 109.04 | 160.72 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 167 | 0 | 0.89 | 0.33 | 0.03 | 321.99 | 0.94 | 0.54 |
| Hex | F8 | 1B | A7 | 0 | 59 | 21 | 3 | 142 | 5E | 36 |
| Octal | 370 | 33 | 247 | 0 | 131 | 41 | 3 | 502 | 136 | 66 |
| Binary | 11111000 | 11011 | 10100111 | 0 | 1011001 | 100001 | 11 | 101000010 | 1011110 | 110110 |
Color Harmonies of #F81BA7
Complementary color
Monochromatic Colors of #F81BA7
Black with #F81BA7
Text Example
Text Example
White with #F81BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BA7; }
p { color: rgb(248,27,167); }
H1.HeaderClassName
{
color: #F81BA7;
}
.AnyTagClassName
{
color: #F81BA7;
}
</style>
background-color css
<style>
a { background-color: #F81BA7; }
a { background-color: rgb(248,27,167); }
div.DivClassName
{
background-color: #F81BA7;
}
.BgClassName
{
background-color: #F81BA7;
}
</style>
border-color css
<style>
span { border-color: #F81BA7; }
span { border-color: rgb(248,27,167); }
td.TdClassName
{
border-color: #F81BA7;
}
.TagClassName
{
border-color: #F81BA7;
}
</style>