Shades of Spicy Pink #F819B1
Tints of Spicy Pink #F819B1
RGB
CMYK
RGB Variations
Color information
#F819B1 (or 0xF819B1) is known color: Spicy Pink. HEX triplet: F8, 19 and B1. RGB value is (248,25,177). Sum of RGB (Red+Green+Blue) = 248+25+177=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F819B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F819B1 is #07E64E. Grayscale: #6C6C6C. Windows color (decimal): -517711 or 11606520. OLE color: 11606520.
HSL color Cylindrical-coordinate representation of color #F819B1: hue angle of 319.1º 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 #F819B1 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 177 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.03 |
| HSL | 319.1º | 0.94% | 0.54% | - |
| HSV(B) | 319.1º | 0.9% | 0.97% | - |
| XYZ | 46.99 | 23.83 | 43.72 | - |
| YUV | 109.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 177 | 0 | 0.90 | 0.29 | 0.03 | 319.1 | 0.94 | 0.54 |
| Hex | F8 | 19 | B1 | 0 | 5A | 1D | 3 | 13F | 5E | 36 |
| Octal | 370 | 31 | 261 | 0 | 132 | 35 | 3 | 477 | 136 | 66 |
| Binary | 11111000 | 11001 | 10110001 | 0 | 1011010 | 11101 | 11 | 100111111 | 1011110 | 110110 |
Color Harmonies of #F819B1
Complementary color
Monochromatic Colors of #F819B1
Black with #F819B1
Text Example
Text Example
White with #F819B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819B1; }
p { color: rgb(248,25,177); }
H1.HeaderClassName
{
color: #F819B1;
}
.AnyTagClassName
{
color: #F819B1;
}
</style>
background-color css
<style>
a { background-color: #F819B1; }
a { background-color: rgb(248,25,177); }
div.DivClassName
{
background-color: #F819B1;
}
.BgClassName
{
background-color: #F819B1;
}
</style>
border-color css
<style>
span { border-color: #F819B1; }
span { border-color: rgb(248,25,177); }
td.TdClassName
{
border-color: #F819B1;
}
.TagClassName
{
border-color: #F819B1;
}
</style>