Shades of Cupid #F7A8B8
Tints of Cupid #F7A8B8
RGB
CMYK
RGB Variations
Color information
#F7A8B8 (or 0xF7A8B8) is known color: Cupid. HEX triplet: F7, A8 and B8. RGB value is (247,168,184). Sum of RGB (Red+Green+Blue) = 247+168+184=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8B8 is #085747. Grayscale: #C1C1C1. Windows color (decimal): -546632 or 12101879. OLE color: 12101879.
HSL color Cylindrical-coordinate representation of color #F7A8B8: hue angle of 347.85º 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 #F7A8B8 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 184 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.03 |
| HSL | 347.85º | 0.83% | 0.81% | - |
| HSV(B) | 347.85º | 0.32% | 0.97% | - |
| XYZ | 61.01 | 51.24 | 52.02 | - |
| YUV | 193.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 184 | 0 | 0.32 | 0.26 | 0.03 | 347.85 | 0.83 | 0.81 |
| Hex | F7 | A8 | B8 | 0 | 20 | 1A | 3 | 15C | 53 | 51 |
| Octal | 367 | 250 | 270 | 0 | 40 | 32 | 3 | 534 | 123 | 121 |
| Binary | 11110111 | 10101000 | 10111000 | 0 | 100000 | 11010 | 11 | 101011100 | 1010011 | 1010001 |
Color Harmonies of #F7A8B8
Complementary color
Monochromatic Colors of #F7A8B8
Black with #F7A8B8
Text Example
Text Example
White with #F7A8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8B8; }
p { color: rgb(247,168,184); }
H1.HeaderClassName
{
color: #F7A8B8;
}
.AnyTagClassName
{
color: #F7A8B8;
}
</style>
background-color css
<style>
a { background-color: #F7A8B8; }
a { background-color: rgb(247,168,184); }
div.DivClassName
{
background-color: #F7A8B8;
}
.BgClassName
{
background-color: #F7A8B8;
}
</style>
border-color css
<style>
span { border-color: #F7A8B8; }
span { border-color: rgb(247,168,184); }
td.TdClassName
{
border-color: #F7A8B8;
}
.TagClassName
{
border-color: #F7A8B8;
}
</style>