Shades of Cupid #F7AAC5
Tints of Cupid #F7AAC5
RGB
CMYK
RGB Variations
Color information
#F7AAC5 (or 0xF7AAC5) is known color: Cupid. HEX triplet: F7, AA and C5. RGB value is (247,170,197). Sum of RGB (Red+Green+Blue) = 247+170+197=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC5 is #08553A. Grayscale: #C4C4C4. Windows color (decimal): -546107 or 12954359. OLE color: 12954359.
HSL color Cylindrical-coordinate representation of color #F7AAC5: hue angle of 338.96º 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 #F7AAC5 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 197 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.03 |
| HSL | 338.96º | 0.83% | 0.82% | - |
| HSV(B) | 338.96º | 0.31% | 0.97% | - |
| XYZ | 62.81 | 52.55 | 59.66 | - |
| YUV | 196.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 197 | 0 | 0.31 | 0.20 | 0.03 | 338.96 | 0.83 | 0.82 |
| Hex | F7 | AA | C5 | 0 | 1F | 14 | 3 | 153 | 53 | 52 |
| Octal | 367 | 252 | 305 | 0 | 37 | 24 | 3 | 523 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11000101 | 0 | 11111 | 10100 | 11 | 101010011 | 1010011 | 1010010 |
Color Harmonies of #F7AAC5
Complementary color
Monochromatic Colors of #F7AAC5
Black with #F7AAC5
Text Example
Text Example
White with #F7AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAC5; }
p { color: rgb(247,170,197); }
H1.HeaderClassName
{
color: #F7AAC5;
}
.AnyTagClassName
{
color: #F7AAC5;
}
</style>
background-color css
<style>
a { background-color: #F7AAC5; }
a { background-color: rgb(247,170,197); }
div.DivClassName
{
background-color: #F7AAC5;
}
.BgClassName
{
background-color: #F7AAC5;
}
</style>
border-color css
<style>
span { border-color: #F7AAC5; }
span { border-color: rgb(247,170,197); }
td.TdClassName
{
border-color: #F7AAC5;
}
.TagClassName
{
border-color: #F7AAC5;
}
</style>