Shades of Cupid #F9A9BB
Tints of Cupid #F9A9BB
RGB
CMYK
RGB Variations
Color information
#F9A9BB (or 0xF9A9BB) is known color: Cupid. HEX triplet: F9, A9 and BB. RGB value is (249,169,187). Sum of RGB (Red+Green+Blue) = 249+169+187=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9BB is #065644. Grayscale: #C2C2C2. Windows color (decimal): -415301 or 12298745. OLE color: 12298745.
HSL color Cylindrical-coordinate representation of color #F9A9BB: hue angle of 346.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9A9BB is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 187 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.02 |
| HSL | 346.5º | 0.87% | 0.82% | - |
| HSV(B) | 346.5º | 0.32% | 0.98% | - |
| XYZ | 62.22 | 52.1 | 53.79 | - |
| YUV | 194.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 187 | 0 | 0.32 | 0.25 | 0.02 | 346.5 | 0.87 | 0.82 |
| Hex | F9 | A9 | BB | 0 | 20 | 19 | 2 | 15A | 57 | 52 |
| Octal | 371 | 251 | 273 | 0 | 40 | 31 | 2 | 532 | 127 | 122 |
| Binary | 11111001 | 10101001 | 10111011 | 0 | 100000 | 11001 | 10 | 101011010 | 1010111 | 1010010 |
Color Harmonies of #F9A9BB
Complementary color
Monochromatic Colors of #F9A9BB
Black with #F9A9BB
Text Example
Text Example
White with #F9A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A9BB; }
p { color: rgb(249,169,187); }
H1.HeaderClassName
{
color: #F9A9BB;
}
.AnyTagClassName
{
color: #F9A9BB;
}
</style>
background-color css
<style>
a { background-color: #F9A9BB; }
a { background-color: rgb(249,169,187); }
div.DivClassName
{
background-color: #F9A9BB;
}
.BgClassName
{
background-color: #F9A9BB;
}
</style>
border-color css
<style>
span { border-color: #F9A9BB; }
span { border-color: rgb(249,169,187); }
td.TdClassName
{
border-color: #F9A9BB;
}
.TagClassName
{
border-color: #F9A9BB;
}
</style>