Shades of Cupid #F7A8BB
Tints of Cupid #F7A8BB
RGB
CMYK
RGB Variations
Color information
#F7A8BB (or 0xF7A8BB) is known color: Cupid. HEX triplet: F7, A8 and BB. RGB value is (247,168,187). Sum of RGB (Red+Green+Blue) = 247+168+187=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8BB is #085744. Grayscale: #C1C1C1. Windows color (decimal): -546629 or 12298487. OLE color: 12298487.
HSL color Cylindrical-coordinate representation of color #F7A8BB: hue angle of 345.57º 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 #F7A8BB is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 187 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.03 |
| HSL | 345.57º | 0.83% | 0.81% | - |
| HSV(B) | 345.57º | 0.32% | 0.97% | - |
| XYZ | 61.33 | 51.37 | 53.7 | - |
| YUV | 193.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 187 | 0 | 0.32 | 0.24 | 0.03 | 345.57 | 0.83 | 0.81 |
| Hex | F7 | A8 | BB | 0 | 20 | 18 | 3 | 15A | 53 | 51 |
| Octal | 367 | 250 | 273 | 0 | 40 | 30 | 3 | 532 | 123 | 121 |
| Binary | 11110111 | 10101000 | 10111011 | 0 | 100000 | 11000 | 11 | 101011010 | 1010011 | 1010001 |
Color Harmonies of #F7A8BB
Complementary color
Monochromatic Colors of #F7A8BB
Black with #F7A8BB
Text Example
Text Example
White with #F7A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8BB; }
p { color: rgb(247,168,187); }
H1.HeaderClassName
{
color: #F7A8BB;
}
.AnyTagClassName
{
color: #F7A8BB;
}
</style>
background-color css
<style>
a { background-color: #F7A8BB; }
a { background-color: rgb(247,168,187); }
div.DivClassName
{
background-color: #F7A8BB;
}
.BgClassName
{
background-color: #F7A8BB;
}
</style>
border-color css
<style>
span { border-color: #F7A8BB; }
span { border-color: rgb(247,168,187); }
td.TdClassName
{
border-color: #F7A8BB;
}
.TagClassName
{
border-color: #F7A8BB;
}
</style>