Shades of Cupid #F9A6BC
Tints of Cupid #F9A6BC
RGB
CMYK
RGB Variations
Color information
#F9A6BC (or 0xF9A6BC) is known color: Cupid. HEX triplet: F9, A6 and BC. RGB value is (249,166,188). Sum of RGB (Red+Green+Blue) = 249+166+188=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6BC is #065943. Grayscale: #C1C1C1. Windows color (decimal): -416068 or 12363513. OLE color: 12363513.
HSL color Cylindrical-coordinate representation of color #F9A6BC: hue angle of 344.1º 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 #F9A6BC is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 188 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 344.1º | 0.87% | 0.81% | - |
| HSV(B) | 344.1º | 0.33% | 0.98% | - |
| XYZ | 61.78 | 51.04 | 54.17 | - |
| YUV | 193.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 188 | 0 | 0.33 | 0.24 | 0.02 | 344.1 | 0.87 | 0.81 |
| Hex | F9 | A6 | BC | 0 | 21 | 18 | 2 | 158 | 57 | 51 |
| Octal | 371 | 246 | 274 | 0 | 41 | 30 | 2 | 530 | 127 | 121 |
| Binary | 11111001 | 10100110 | 10111100 | 0 | 100001 | 11000 | 10 | 101011000 | 1010111 | 1010001 |
Color Harmonies of #F9A6BC
Complementary color
Monochromatic Colors of #F9A6BC
Black with #F9A6BC
Text Example
Text Example
White with #F9A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6BC; }
p { color: rgb(249,166,188); }
H1.HeaderClassName
{
color: #F9A6BC;
}
.AnyTagClassName
{
color: #F9A6BC;
}
</style>
background-color css
<style>
a { background-color: #F9A6BC; }
a { background-color: rgb(249,166,188); }
div.DivClassName
{
background-color: #F9A6BC;
}
.BgClassName
{
background-color: #F9A6BC;
}
</style>
border-color css
<style>
span { border-color: #F9A6BC; }
span { border-color: rgb(249,166,188); }
td.TdClassName
{
border-color: #F9A6BC;
}
.TagClassName
{
border-color: #F9A6BC;
}
</style>