Shades of Cupid #F8AFC0
Tints of Cupid #F8AFC0
RGB
CMYK
RGB Variations
Color information
#F8AFC0 (or 0xF8AFC0) is known color: Cupid. HEX triplet: F8, AF and C0. RGB value is (248,175,192). Sum of RGB (Red+Green+Blue) = 248+175+192=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFC0 is #07503F. Grayscale: #C6C6C6. Windows color (decimal): -479296 or 12627960. OLE color: 12627960.
HSL color Cylindrical-coordinate representation of color #F8AFC0: hue angle of 346.03º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFC0 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 192 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.03 |
| HSL | 346.03º | 0.84% | 0.83% | - |
| HSV(B) | 346.03º | 0.29% | 0.97% | - |
| XYZ | 63.56 | 54.42 | 57.02 | - |
| YUV | 198.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 192 | 0 | 0.29 | 0.23 | 0.03 | 346.03 | 0.84 | 0.83 |
| Hex | F8 | AF | C0 | 0 | 1D | 17 | 3 | 15A | 54 | 53 |
| Octal | 370 | 257 | 300 | 0 | 35 | 27 | 3 | 532 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11000000 | 0 | 11101 | 10111 | 11 | 101011010 | 1010100 | 1010011 |
Color Harmonies of #F8AFC0
Complementary color
Monochromatic Colors of #F8AFC0
Black with #F8AFC0
Text Example
Text Example
White with #F8AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFC0; }
p { color: rgb(248,175,192); }
H1.HeaderClassName
{
color: #F8AFC0;
}
.AnyTagClassName
{
color: #F8AFC0;
}
</style>
background-color css
<style>
a { background-color: #F8AFC0; }
a { background-color: rgb(248,175,192); }
div.DivClassName
{
background-color: #F8AFC0;
}
.BgClassName
{
background-color: #F8AFC0;
}
</style>
border-color css
<style>
span { border-color: #F8AFC0; }
span { border-color: rgb(248,175,192); }
td.TdClassName
{
border-color: #F8AFC0;
}
.TagClassName
{
border-color: #F8AFC0;
}
</style>