Shades of Cupid #F9A6BB
Tints of Cupid #F9A6BB
RGB
CMYK
RGB Variations
Color information
#F9A6BB (or 0xF9A6BB) is known color: Cupid. HEX triplet: F9, A6 and BB. RGB value is (249,166,187). Sum of RGB (Red+Green+Blue) = 249+166+187=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6BB is #065944. Grayscale: #C1C1C1. Windows color (decimal): -416069 or 12297977. OLE color: 12297977.
HSL color Cylindrical-coordinate representation of color #F9A6BB: hue angle of 344.82º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6BB is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 187 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.02 |
| HSL | 344.82º | 0.87% | 0.81% | - |
| HSV(B) | 344.82º | 0.33% | 0.98% | - |
| XYZ | 61.67 | 51 | 53.61 | - |
| YUV | 193.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 187 | 0 | 0.33 | 0.25 | 0.02 | 344.82 | 0.87 | 0.81 |
| Hex | F9 | A6 | BB | 0 | 21 | 19 | 2 | 159 | 57 | 51 |
| Octal | 371 | 246 | 273 | 0 | 41 | 31 | 2 | 531 | 127 | 121 |
| Binary | 11111001 | 10100110 | 10111011 | 0 | 100001 | 11001 | 10 | 101011001 | 1010111 | 1010001 |
Color Harmonies of #F9A6BB
Complementary color
Monochromatic Colors of #F9A6BB
Black with #F9A6BB
Text Example
Text Example
White with #F9A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6BB; }
p { color: rgb(249,166,187); }
H1.HeaderClassName
{
color: #F9A6BB;
}
.AnyTagClassName
{
color: #F9A6BB;
}
</style>
background-color css
<style>
a { background-color: #F9A6BB; }
a { background-color: rgb(249,166,187); }
div.DivClassName
{
background-color: #F9A6BB;
}
.BgClassName
{
background-color: #F9A6BB;
}
</style>
border-color css
<style>
span { border-color: #F9A6BB; }
span { border-color: rgb(249,166,187); }
td.TdClassName
{
border-color: #F9A6BB;
}
.TagClassName
{
border-color: #F9A6BB;
}
</style>