Shades of Cupid #F1A9BA
Tints of Cupid #F1A9BA
RGB
CMYK
RGB Variations
Color information
#F1A9BA (or 0xF1A9BA) is known color: Cupid. HEX triplet: F1, A9 and BA. RGB value is (241,169,186). Sum of RGB (Red+Green+Blue) = 241+169+186=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9BA is #0E5645. Grayscale: #C0C0C0. Windows color (decimal): -939590 or 12233201. OLE color: 12233201.
HSL color Cylindrical-coordinate representation of color #F1A9BA: hue angle of 345.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 #F1A9BA is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 186 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 345.83º | 0.72% | 0.8% | - |
| HSV(B) | 345.83º | 0.3% | 0.95% | - |
| XYZ | 59.33 | 50.62 | 53.1 | - |
| YUV | 192.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 186 | 0 | 0.30 | 0.23 | 0.05 | 345.83 | 0.72 | 0.8 |
| Hex | F1 | A9 | BA | 0 | 1E | 17 | 5 | 15A | 48 | 50 |
| Octal | 361 | 251 | 272 | 0 | 36 | 27 | 5 | 532 | 110 | 120 |
| Binary | 11110001 | 10101001 | 10111010 | 0 | 11110 | 10111 | 101 | 101011010 | 1001000 | 1010000 |
Color Harmonies of #F1A9BA
Complementary color
Monochromatic Colors of #F1A9BA
Black with #F1A9BA
Text Example
Text Example
White with #F1A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9BA; }
p { color: rgb(241,169,186); }
H1.HeaderClassName
{
color: #F1A9BA;
}
.AnyTagClassName
{
color: #F1A9BA;
}
</style>
background-color css
<style>
a { background-color: #F1A9BA; }
a { background-color: rgb(241,169,186); }
div.DivClassName
{
background-color: #F1A9BA;
}
.BgClassName
{
background-color: #F1A9BA;
}
</style>
border-color css
<style>
span { border-color: #F1A9BA; }
span { border-color: rgb(241,169,186); }
td.TdClassName
{
border-color: #F1A9BA;
}
.TagClassName
{
border-color: #F1A9BA;
}
</style>