Shades of Spicy Pink #F919A0
Tints of Spicy Pink #F919A0
RGB
CMYK
RGB Variations
Color information
#F919A0 (or 0xF919A0) is known color: Spicy Pink. HEX triplet: F9, 19 and A0. RGB value is (249,25,160). Sum of RGB (Red+Green+Blue) = 249+25+160=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F919A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F919A0 is #06E65F. Grayscale: #6B6B6B. Windows color (decimal): -452192 or 10492409. OLE color: 10492409.
HSL color Cylindrical-coordinate representation of color #F919A0: hue angle of 323.84º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919A0 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 160 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.02 |
| HSL | 323.84º | 0.95% | 0.54% | - |
| HSV(B) | 323.84º | 0.9% | 0.98% | - |
| XYZ | 45.76 | 23.37 | 35.36 | - |
| YUV | 107.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 160 | 0 | 0.90 | 0.36 | 0.02 | 323.84 | 0.95 | 0.54 |
| Hex | F9 | 19 | A0 | 0 | 5A | 24 | 2 | 144 | 5F | 36 |
| Octal | 371 | 31 | 240 | 0 | 132 | 44 | 2 | 504 | 137 | 66 |
| Binary | 11111001 | 11001 | 10100000 | 0 | 1011010 | 100100 | 10 | 101000100 | 1011111 | 110110 |
Color Harmonies of #F919A0
Complementary color
Monochromatic Colors of #F919A0
Black with #F919A0
Text Example
Text Example
White with #F919A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919A0; }
p { color: rgb(249,25,160); }
H1.HeaderClassName
{
color: #F919A0;
}
.AnyTagClassName
{
color: #F919A0;
}
</style>
background-color css
<style>
a { background-color: #F919A0; }
a { background-color: rgb(249,25,160); }
div.DivClassName
{
background-color: #F919A0;
}
.BgClassName
{
background-color: #F919A0;
}
</style>
border-color css
<style>
span { border-color: #F919A0; }
span { border-color: rgb(249,25,160); }
td.TdClassName
{
border-color: #F919A0;
}
.TagClassName
{
border-color: #F919A0;
}
</style>