Shades of Cupid #F7A7BF
Tints of Cupid #F7A7BF
RGB
CMYK
RGB Variations
Color information
#F7A7BF (or 0xF7A7BF) is known color: Cupid. HEX triplet: F7, A7 and BF. RGB value is (247,167,191). Sum of RGB (Red+Green+Blue) = 247+167+191=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7BF is #085840. Grayscale: #C1C1C1. Windows color (decimal): -546881 or 12560375. OLE color: 12560375.
HSL color Cylindrical-coordinate representation of color #F7A7BF: hue angle of 342º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A7BF is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 191 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.03 |
| HSL | 342º | 0.83% | 0.81% | - |
| HSV(B) | 342º | 0.32% | 0.97% | - |
| XYZ | 61.58 | 51.17 | 55.92 | - |
| YUV | 193.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 191 | 0 | 0.32 | 0.23 | 0.03 | 342 | 0.83 | 0.81 |
| Hex | F7 | A7 | BF | 0 | 20 | 17 | 3 | 156 | 53 | 51 |
| Octal | 367 | 247 | 277 | 0 | 40 | 27 | 3 | 526 | 123 | 121 |
| Binary | 11110111 | 10100111 | 10111111 | 0 | 100000 | 10111 | 11 | 101010110 | 1010011 | 1010001 |
Color Harmonies of #F7A7BF
Complementary color
Monochromatic Colors of #F7A7BF
Black with #F7A7BF
Text Example
Text Example
White with #F7A7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A7BF; }
p { color: rgb(247,167,191); }
H1.HeaderClassName
{
color: #F7A7BF;
}
.AnyTagClassName
{
color: #F7A7BF;
}
</style>
background-color css
<style>
a { background-color: #F7A7BF; }
a { background-color: rgb(247,167,191); }
div.DivClassName
{
background-color: #F7A7BF;
}
.BgClassName
{
background-color: #F7A7BF;
}
</style>
border-color css
<style>
span { border-color: #F7A7BF; }
span { border-color: rgb(247,167,191); }
td.TdClassName
{
border-color: #F7A7BF;
}
.TagClassName
{
border-color: #F7A7BF;
}
</style>