Shades of Cupid #F7AAB9
Tints of Cupid #F7AAB9
RGB
CMYK
RGB Variations
Color information
#F7AAB9 (or 0xF7AAB9) is known color: Cupid. HEX triplet: F7, AA and B9. RGB value is (247,170,185). Sum of RGB (Red+Green+Blue) = 247+170+185=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAB9 is #085546. Grayscale: #C2C2C2. Windows color (decimal): -546119 or 12167927. OLE color: 12167927.
HSL color Cylindrical-coordinate representation of color #F7AAB9: hue angle of 348.31º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAB9 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 185 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.03 |
| HSL | 348.31º | 0.83% | 0.82% | - |
| HSV(B) | 348.31º | 0.31% | 0.97% | - |
| XYZ | 61.49 | 52.03 | 52.7 | - |
| YUV | 194.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 185 | 0 | 0.31 | 0.25 | 0.03 | 348.31 | 0.83 | 0.82 |
| Hex | F7 | AA | B9 | 0 | 1F | 19 | 3 | 15C | 53 | 52 |
| Octal | 367 | 252 | 271 | 0 | 37 | 31 | 3 | 534 | 123 | 122 |
| Binary | 11110111 | 10101010 | 10111001 | 0 | 11111 | 11001 | 11 | 101011100 | 1010011 | 1010010 |
Color Harmonies of #F7AAB9
Complementary color
Monochromatic Colors of #F7AAB9
Black with #F7AAB9
Text Example
Text Example
White with #F7AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAB9; }
p { color: rgb(247,170,185); }
H1.HeaderClassName
{
color: #F7AAB9;
}
.AnyTagClassName
{
color: #F7AAB9;
}
</style>
background-color css
<style>
a { background-color: #F7AAB9; }
a { background-color: rgb(247,170,185); }
div.DivClassName
{
background-color: #F7AAB9;
}
.BgClassName
{
background-color: #F7AAB9;
}
</style>
border-color css
<style>
span { border-color: #F7AAB9; }
span { border-color: rgb(247,170,185); }
td.TdClassName
{
border-color: #F7AAB9;
}
.TagClassName
{
border-color: #F7AAB9;
}
</style>