Shades of Cupid #F9A9BE
Tints of Cupid #F9A9BE
RGB
CMYK
RGB Variations
Color information
#F9A9BE (or 0xF9A9BE) is known color: Cupid. HEX triplet: F9, A9 and BE. RGB value is (249,169,190). Sum of RGB (Red+Green+Blue) = 249+169+190=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9BE is #065641. Grayscale: #C3C3C3. Windows color (decimal): -415298 or 12495353. OLE color: 12495353.
HSL color Cylindrical-coordinate representation of color #F9A9BE: hue angle of 344.25º 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 #F9A9BE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 190 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 344.25º | 0.87% | 0.82% | - |
| HSV(B) | 344.25º | 0.32% | 0.98% | - |
| XYZ | 62.55 | 52.23 | 55.5 | - |
| YUV | 195.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 190 | 0 | 0.32 | 0.24 | 0.02 | 344.25 | 0.87 | 0.82 |
| Hex | F9 | A9 | BE | 0 | 20 | 18 | 2 | 158 | 57 | 52 |
| Octal | 371 | 251 | 276 | 0 | 40 | 30 | 2 | 530 | 127 | 122 |
| Binary | 11111001 | 10101001 | 10111110 | 0 | 100000 | 11000 | 10 | 101011000 | 1010111 | 1010010 |
Color Harmonies of #F9A9BE
Complementary color
Monochromatic Colors of #F9A9BE
Black with #F9A9BE
Text Example
Text Example
White with #F9A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A9BE; }
p { color: rgb(249,169,190); }
H1.HeaderClassName
{
color: #F9A9BE;
}
.AnyTagClassName
{
color: #F9A9BE;
}
</style>
background-color css
<style>
a { background-color: #F9A9BE; }
a { background-color: rgb(249,169,190); }
div.DivClassName
{
background-color: #F9A9BE;
}
.BgClassName
{
background-color: #F9A9BE;
}
</style>
border-color css
<style>
span { border-color: #F9A9BE; }
span { border-color: rgb(249,169,190); }
td.TdClassName
{
border-color: #F9A9BE;
}
.TagClassName
{
border-color: #F9A9BE;
}
</style>