Shades of Cupid #F2A9BA
Tints of Cupid #F2A9BA
RGB
CMYK
RGB Variations
Color information
#F2A9BA (or 0xF2A9BA) is known color: Cupid. HEX triplet: F2, A9 and BA. RGB value is (242,169,186). Sum of RGB (Red+Green+Blue) = 242+169+186=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9BA is #0D5645. Grayscale: #C0C0C0. Windows color (decimal): -874054 or 12233202. OLE color: 12233202.
HSL color Cylindrical-coordinate representation of color #F2A9BA: hue angle of 346.03º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9BA is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 186 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 346.03º | 0.74% | 0.81% | - |
| HSV(B) | 346.03º | 0.3% | 0.95% | - |
| XYZ | 59.67 | 50.8 | 53.11 | - |
| YUV | 192.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 186 | 0 | 0.30 | 0.23 | 0.05 | 346.03 | 0.74 | 0.81 |
| Hex | F2 | A9 | BA | 0 | 1E | 17 | 5 | 15A | 4A | 51 |
| Octal | 362 | 251 | 272 | 0 | 36 | 27 | 5 | 532 | 112 | 121 |
| Binary | 11110010 | 10101001 | 10111010 | 0 | 11110 | 10111 | 101 | 101011010 | 1001010 | 1010001 |
Color Harmonies of #F2A9BA
Complementary color
Monochromatic Colors of #F2A9BA
Black with #F2A9BA
Text Example
Text Example
White with #F2A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9BA; }
p { color: rgb(242,169,186); }
H1.HeaderClassName
{
color: #F2A9BA;
}
.AnyTagClassName
{
color: #F2A9BA;
}
</style>
background-color css
<style>
a { background-color: #F2A9BA; }
a { background-color: rgb(242,169,186); }
div.DivClassName
{
background-color: #F2A9BA;
}
.BgClassName
{
background-color: #F2A9BA;
}
</style>
border-color css
<style>
span { border-color: #F2A9BA; }
span { border-color: rgb(242,169,186); }
td.TdClassName
{
border-color: #F2A9BA;
}
.TagClassName
{
border-color: #F2A9BA;
}
</style>