Shades of Cupid #F7AAC4
Tints of Cupid #F7AAC4
RGB
CMYK
RGB Variations
Color information
#F7AAC4 (or 0xF7AAC4) is known color: Cupid. HEX triplet: F7, AA and C4. RGB value is (247,170,196). Sum of RGB (Red+Green+Blue) = 247+170+196=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC4 is #08553B. Grayscale: #C3C3C3. Windows color (decimal): -546108 or 12888823. OLE color: 12888823.
HSL color Cylindrical-coordinate representation of color #F7AAC4: hue angle of 339.74º 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 #F7AAC4 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 196 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.03 |
| HSL | 339.74º | 0.83% | 0.82% | - |
| HSV(B) | 339.74º | 0.31% | 0.97% | - |
| XYZ | 62.7 | 52.51 | 59.06 | - |
| YUV | 195.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 196 | 0 | 0.31 | 0.21 | 0.03 | 339.74 | 0.83 | 0.82 |
| Hex | F7 | AA | C4 | 0 | 1F | 15 | 3 | 154 | 53 | 52 |
| Octal | 367 | 252 | 304 | 0 | 37 | 25 | 3 | 524 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11000100 | 0 | 11111 | 10101 | 11 | 101010100 | 1010011 | 1010010 |
Color Harmonies of #F7AAC4
Complementary color
Monochromatic Colors of #F7AAC4
Black with #F7AAC4
Text Example
Text Example
White with #F7AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAC4; }
p { color: rgb(247,170,196); }
H1.HeaderClassName
{
color: #F7AAC4;
}
.AnyTagClassName
{
color: #F7AAC4;
}
</style>
background-color css
<style>
a { background-color: #F7AAC4; }
a { background-color: rgb(247,170,196); }
div.DivClassName
{
background-color: #F7AAC4;
}
.BgClassName
{
background-color: #F7AAC4;
}
</style>
border-color css
<style>
span { border-color: #F7AAC4; }
span { border-color: rgb(247,170,196); }
td.TdClassName
{
border-color: #F7AAC4;
}
.TagClassName
{
border-color: #F7AAC4;
}
</style>