Shades of Cupid #F1A9C0
Tints of Cupid #F1A9C0
RGB
CMYK
RGB Variations
Color information
#F1A9C0 (or 0xF1A9C0) is known color: Cupid. HEX triplet: F1, A9 and C0. RGB value is (241,169,192). Sum of RGB (Red+Green+Blue) = 241+169+192=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9C0 is #0E563F. Grayscale: #C1C1C1. Windows color (decimal): -939584 or 12626417. OLE color: 12626417.
HSL color Cylindrical-coordinate representation of color #F1A9C0: hue angle of 340.83º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9C0 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 192 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.05 |
| HSL | 340.83º | 0.72% | 0.8% | - |
| HSV(B) | 340.83º | 0.3% | 0.95% | - |
| XYZ | 59.98 | 50.88 | 56.53 | - |
| YUV | 193.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 192 | 0 | 0.30 | 0.20 | 0.05 | 340.83 | 0.72 | 0.8 |
| Hex | F1 | A9 | C0 | 0 | 1E | 14 | 5 | 155 | 48 | 50 |
| Octal | 361 | 251 | 300 | 0 | 36 | 24 | 5 | 525 | 110 | 120 |
| Binary | 11110001 | 10101001 | 11000000 | 0 | 11110 | 10100 | 101 | 101010101 | 1001000 | 1010000 |
Color Harmonies of #F1A9C0
Complementary color
Monochromatic Colors of #F1A9C0
Black with #F1A9C0
Text Example
Text Example
White with #F1A9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9C0; }
p { color: rgb(241,169,192); }
H1.HeaderClassName
{
color: #F1A9C0;
}
.AnyTagClassName
{
color: #F1A9C0;
}
</style>
background-color css
<style>
a { background-color: #F1A9C0; }
a { background-color: rgb(241,169,192); }
div.DivClassName
{
background-color: #F1A9C0;
}
.BgClassName
{
background-color: #F1A9C0;
}
</style>
border-color css
<style>
span { border-color: #F1A9C0; }
span { border-color: rgb(241,169,192); }
td.TdClassName
{
border-color: #F1A9C0;
}
.TagClassName
{
border-color: #F1A9C0;
}
</style>