Shades of Spicy Pink #F919AB
Tints of Spicy Pink #F919AB
RGB
CMYK
RGB Variations
Color information
#F919AB (or 0xF919AB) is known color: Spicy Pink. HEX triplet: F9, 19 and AB. RGB value is (249,25,171). Sum of RGB (Red+Green+Blue) = 249+25+171=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F919AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F919AB is #06E654. Grayscale: #6C6C6C. Windows color (decimal): -452181 or 11213305. OLE color: 11213305.
HSL color Cylindrical-coordinate representation of color #F919AB: hue angle of 320.89º 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 #F919AB is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 171 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.02 |
| HSL | 320.89º | 0.95% | 0.54% | - |
| HSV(B) | 320.89º | 0.9% | 0.98% | - |
| XYZ | 46.77 | 23.78 | 40.65 | - |
| YUV | 108.62 | 163.21 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 171 | 0 | 0.90 | 0.31 | 0.02 | 320.89 | 0.95 | 0.54 |
| Hex | F9 | 19 | AB | 0 | 5A | 1F | 2 | 141 | 5F | 36 |
| Octal | 371 | 31 | 253 | 0 | 132 | 37 | 2 | 501 | 137 | 66 |
| Binary | 11111001 | 11001 | 10101011 | 0 | 1011010 | 11111 | 10 | 101000001 | 1011111 | 110110 |
Color Harmonies of #F919AB
Complementary color
Monochromatic Colors of #F919AB
Black with #F919AB
Text Example
Text Example
White with #F919AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919AB; }
p { color: rgb(249,25,171); }
H1.HeaderClassName
{
color: #F919AB;
}
.AnyTagClassName
{
color: #F919AB;
}
</style>
background-color css
<style>
a { background-color: #F919AB; }
a { background-color: rgb(249,25,171); }
div.DivClassName
{
background-color: #F919AB;
}
.BgClassName
{
background-color: #F919AB;
}
</style>
border-color css
<style>
span { border-color: #F919AB; }
span { border-color: rgb(249,25,171); }
td.TdClassName
{
border-color: #F919AB;
}
.TagClassName
{
border-color: #F919AB;
}
</style>