Shades of Cupid #F7AAC3
Tints of Cupid #F7AAC3
RGB
CMYK
RGB Variations
Color information
#F7AAC3 (or 0xF7AAC3) is known color: Cupid. HEX triplet: F7, AA and C3. RGB value is (247,170,195). Sum of RGB (Red+Green+Blue) = 247+170+195=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC3 is #08553C. Grayscale: #C3C3C3. Windows color (decimal): -546109 or 12823287. OLE color: 12823287.
HSL color Cylindrical-coordinate representation of color #F7AAC3: hue angle of 340.52º 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 #F7AAC3 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 195 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.03 |
| HSL | 340.52º | 0.83% | 0.82% | - |
| HSV(B) | 340.52º | 0.31% | 0.97% | - |
| XYZ | 62.58 | 52.46 | 58.46 | - |
| YUV | 195.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 195 | 0 | 0.31 | 0.21 | 0.03 | 340.52 | 0.83 | 0.82 |
| Hex | F7 | AA | C3 | 0 | 1F | 15 | 3 | 155 | 53 | 52 |
| Octal | 367 | 252 | 303 | 0 | 37 | 25 | 3 | 525 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11000011 | 0 | 11111 | 10101 | 11 | 101010101 | 1010011 | 1010010 |
Color Harmonies of #F7AAC3
Complementary color
Monochromatic Colors of #F7AAC3
Black with #F7AAC3
Text Example
Text Example
White with #F7AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAC3; }
p { color: rgb(247,170,195); }
H1.HeaderClassName
{
color: #F7AAC3;
}
.AnyTagClassName
{
color: #F7AAC3;
}
</style>
background-color css
<style>
a { background-color: #F7AAC3; }
a { background-color: rgb(247,170,195); }
div.DivClassName
{
background-color: #F7AAC3;
}
.BgClassName
{
background-color: #F7AAC3;
}
</style>
border-color css
<style>
span { border-color: #F7AAC3; }
span { border-color: rgb(247,170,195); }
td.TdClassName
{
border-color: #F7AAC3;
}
.TagClassName
{
border-color: #F7AAC3;
}
</style>