Shades of Cupid #F8A7C0
Tints of Cupid #F8A7C0
RGB
CMYK
RGB Variations
Color information
#F8A7C0 (or 0xF8A7C0) is known color: Cupid. HEX triplet: F8, A7 and C0. RGB value is (248,167,192). Sum of RGB (Red+Green+Blue) = 248+167+192=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7C0 is #07583F. Grayscale: #C2C2C2. Windows color (decimal): -481344 or 12625912. OLE color: 12625912.
HSL color Cylindrical-coordinate representation of color #F8A7C0: hue angle of 341.48º 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 #F8A7C0 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 192 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.03 |
| HSL | 341.48º | 0.85% | 0.81% | - |
| HSV(B) | 341.48º | 0.33% | 0.97% | - |
| XYZ | 62.04 | 51.4 | 56.52 | - |
| YUV | 194.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 192 | 0 | 0.33 | 0.23 | 0.03 | 341.48 | 0.85 | 0.81 |
| Hex | F8 | A7 | C0 | 0 | 21 | 17 | 3 | 155 | 55 | 51 |
| Octal | 370 | 247 | 300 | 0 | 41 | 27 | 3 | 525 | 125 | 121 |
| Binary | 11111000 | 10100111 | 11000000 | 0 | 100001 | 10111 | 11 | 101010101 | 1010101 | 1010001 |
Color Harmonies of #F8A7C0
Complementary color
Monochromatic Colors of #F8A7C0
Black with #F8A7C0
Text Example
Text Example
White with #F8A7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A7C0; }
p { color: rgb(248,167,192); }
H1.HeaderClassName
{
color: #F8A7C0;
}
.AnyTagClassName
{
color: #F8A7C0;
}
</style>
background-color css
<style>
a { background-color: #F8A7C0; }
a { background-color: rgb(248,167,192); }
div.DivClassName
{
background-color: #F8A7C0;
}
.BgClassName
{
background-color: #F8A7C0;
}
</style>
border-color css
<style>
span { border-color: #F8A7C0; }
span { border-color: rgb(248,167,192); }
td.TdClassName
{
border-color: #F8A7C0;
}
.TagClassName
{
border-color: #F8A7C0;
}
</style>