Shades of Spicy Pink #F819B5
Tints of Spicy Pink #F819B5
RGB
CMYK
RGB Variations
Color information
#F819B5 (or 0xF819B5) is known color: Spicy Pink. HEX triplet: F8, 19 and B5. RGB value is (248,25,181). Sum of RGB (Red+Green+Blue) = 248+25+181=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F819B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819B5 is #07E64A. Grayscale: #6D6D6D. Windows color (decimal): -517707 or 11868664. OLE color: 11868664.
HSL color Cylindrical-coordinate representation of color #F819B5: hue angle of 318.03º 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 #F819B5 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 181 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.03 |
| HSL | 318.03º | 0.94% | 0.54% | - |
| HSV(B) | 318.03º | 0.9% | 0.97% | - |
| XYZ | 47.4 | 23.99 | 45.85 | - |
| YUV | 109.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 181 | 0 | 0.90 | 0.27 | 0.03 | 318.03 | 0.94 | 0.54 |
| Hex | F8 | 19 | B5 | 0 | 5A | 1B | 3 | 13E | 5E | 36 |
| Octal | 370 | 31 | 265 | 0 | 132 | 33 | 3 | 476 | 136 | 66 |
| Binary | 11111000 | 11001 | 10110101 | 0 | 1011010 | 11011 | 11 | 100111110 | 1011110 | 110110 |
Color Harmonies of #F819B5
Complementary color
Monochromatic Colors of #F819B5
Black with #F819B5
Text Example
Text Example
White with #F819B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819B5; }
p { color: rgb(248,25,181); }
H1.HeaderClassName
{
color: #F819B5;
}
.AnyTagClassName
{
color: #F819B5;
}
</style>
background-color css
<style>
a { background-color: #F819B5; }
a { background-color: rgb(248,25,181); }
div.DivClassName
{
background-color: #F819B5;
}
.BgClassName
{
background-color: #F819B5;
}
</style>
border-color css
<style>
span { border-color: #F819B5; }
span { border-color: rgb(248,25,181); }
td.TdClassName
{
border-color: #F819B5;
}
.TagClassName
{
border-color: #F819B5;
}
</style>