Shades of Cupid #F2A9BD
Tints of Cupid #F2A9BD
RGB
CMYK
RGB Variations
Color information
#F2A9BD (or 0xF2A9BD) is known color: Cupid. HEX triplet: F2, A9 and BD. RGB value is (242,169,189). Sum of RGB (Red+Green+Blue) = 242+169+189=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9BD is #0D5642. Grayscale: #C1C1C1. Windows color (decimal): -874051 or 12429810. OLE color: 12429810.
HSL color Cylindrical-coordinate representation of color #F2A9BD: hue angle of 343.56º 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 #F2A9BD is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 189 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.05 |
| HSL | 343.56º | 0.74% | 0.81% | - |
| HSV(B) | 343.56º | 0.3% | 0.95% | - |
| XYZ | 59.99 | 50.93 | 54.81 | - |
| YUV | 193.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 189 | 0 | 0.30 | 0.22 | 0.05 | 343.56 | 0.74 | 0.81 |
| Hex | F2 | A9 | BD | 0 | 1E | 16 | 5 | 158 | 4A | 51 |
| Octal | 362 | 251 | 275 | 0 | 36 | 26 | 5 | 530 | 112 | 121 |
| Binary | 11110010 | 10101001 | 10111101 | 0 | 11110 | 10110 | 101 | 101011000 | 1001010 | 1010001 |
Color Harmonies of #F2A9BD
Complementary color
Monochromatic Colors of #F2A9BD
Black with #F2A9BD
Text Example
Text Example
White with #F2A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9BD; }
p { color: rgb(242,169,189); }
H1.HeaderClassName
{
color: #F2A9BD;
}
.AnyTagClassName
{
color: #F2A9BD;
}
</style>
background-color css
<style>
a { background-color: #F2A9BD; }
a { background-color: rgb(242,169,189); }
div.DivClassName
{
background-color: #F2A9BD;
}
.BgClassName
{
background-color: #F2A9BD;
}
</style>
border-color css
<style>
span { border-color: #F2A9BD; }
span { border-color: rgb(242,169,189); }
td.TdClassName
{
border-color: #F2A9BD;
}
.TagClassName
{
border-color: #F2A9BD;
}
</style>