Shades of Cupid #F8A7B7
Tints of Cupid #F8A7B7
RGB
CMYK
RGB Variations
Color information
#F8A7B7 (or 0xF8A7B7) is known color: Cupid. HEX triplet: F8, A7 and B7. RGB value is (248,167,183). Sum of RGB (Red+Green+Blue) = 248+167+183=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7B7 is #075848. Grayscale: #C1C1C1. Windows color (decimal): -481353 or 12036088. OLE color: 12036088.
HSL color Cylindrical-coordinate representation of color #F8A7B7: hue angle of 348.15º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7B7 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 183 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.03 |
| HSL | 348.15º | 0.85% | 0.81% | - |
| HSV(B) | 348.15º | 0.33% | 0.97% | - |
| XYZ | 61.08 | 51.01 | 51.43 | - |
| YUV | 193.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 183 | 0 | 0.33 | 0.26 | 0.03 | 348.15 | 0.85 | 0.81 |
| Hex | F8 | A7 | B7 | 0 | 21 | 1A | 3 | 15C | 55 | 51 |
| Octal | 370 | 247 | 267 | 0 | 41 | 32 | 3 | 534 | 125 | 121 |
| Binary | 11111000 | 10100111 | 10110111 | 0 | 100001 | 11010 | 11 | 101011100 | 1010101 | 1010001 |
Color Harmonies of #F8A7B7
Complementary color
Monochromatic Colors of #F8A7B7
Black with #F8A7B7
Text Example
Text Example
White with #F8A7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A7B7; }
p { color: rgb(248,167,183); }
H1.HeaderClassName
{
color: #F8A7B7;
}
.AnyTagClassName
{
color: #F8A7B7;
}
</style>
background-color css
<style>
a { background-color: #F8A7B7; }
a { background-color: rgb(248,167,183); }
div.DivClassName
{
background-color: #F8A7B7;
}
.BgClassName
{
background-color: #F8A7B7;
}
</style>
border-color css
<style>
span { border-color: #F8A7B7; }
span { border-color: rgb(248,167,183); }
td.TdClassName
{
border-color: #F8A7B7;
}
.TagClassName
{
border-color: #F8A7B7;
}
</style>