Shades of Cupid #F7A9B9
Tints of Cupid #F7A9B9
RGB
CMYK
RGB Variations
Color information
#F7A9B9 (or 0xF7A9B9) is known color: Cupid. HEX triplet: F7, A9 and B9. RGB value is (247,169,185). Sum of RGB (Red+Green+Blue) = 247+169+185=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A9B9 is #085646. Grayscale: #C2C2C2. Windows color (decimal): -546375 or 12167671. OLE color: 12167671.
HSL color Cylindrical-coordinate representation of color #F7A9B9: hue angle of 347.69º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A9B9 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 185 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.03 |
| HSL | 347.69º | 0.83% | 0.82% | - |
| HSV(B) | 347.69º | 0.32% | 0.97% | - |
| XYZ | 61.3 | 51.65 | 52.64 | - |
| YUV | 194.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 185 | 0 | 0.32 | 0.25 | 0.03 | 347.69 | 0.83 | 0.82 |
| Hex | F7 | A9 | B9 | 0 | 20 | 19 | 3 | 15C | 53 | 52 |
| Octal | 367 | 251 | 271 | 0 | 40 | 31 | 3 | 534 | 123 | 122 |
| Binary | 11110111 | 10101001 | 10111001 | 0 | 100000 | 11001 | 11 | 101011100 | 1010011 | 1010010 |
Color Harmonies of #F7A9B9
Complementary color
Monochromatic Colors of #F7A9B9
Black with #F7A9B9
Text Example
Text Example
White with #F7A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A9B9; }
p { color: rgb(247,169,185); }
H1.HeaderClassName
{
color: #F7A9B9;
}
.AnyTagClassName
{
color: #F7A9B9;
}
</style>
background-color css
<style>
a { background-color: #F7A9B9; }
a { background-color: rgb(247,169,185); }
div.DivClassName
{
background-color: #F7A9B9;
}
.BgClassName
{
background-color: #F7A9B9;
}
</style>
border-color css
<style>
span { border-color: #F7A9B9; }
span { border-color: rgb(247,169,185); }
td.TdClassName
{
border-color: #F7A9B9;
}
.TagClassName
{
border-color: #F7A9B9;
}
</style>