Shades of Cupid #F8AFC9
Tints of Cupid #F8AFC9
RGB
CMYK
RGB Variations
Color information
#F8AFC9 (or 0xF8AFC9) is known color: Cupid. HEX triplet: F8, AF and C9. RGB value is (248,175,201). Sum of RGB (Red+Green+Blue) = 248+175+201=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFC9 is #075036. Grayscale: #C7C7C7. Windows color (decimal): -479287 or 13217784. OLE color: 13217784.
HSL color Cylindrical-coordinate representation of color #F8AFC9: hue angle of 338.63º 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 #F8AFC9 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 201 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.03 |
| HSL | 338.63º | 0.84% | 0.83% | - |
| HSV(B) | 338.63º | 0.29% | 0.97% | - |
| XYZ | 64.58 | 54.83 | 62.44 | - |
| YUV | 199.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 201 | 0 | 0.29 | 0.19 | 0.03 | 338.63 | 0.84 | 0.83 |
| Hex | F8 | AF | C9 | 0 | 1D | 13 | 3 | 153 | 54 | 53 |
| Octal | 370 | 257 | 311 | 0 | 35 | 23 | 3 | 523 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11001001 | 0 | 11101 | 10011 | 11 | 101010011 | 1010100 | 1010011 |
Color Harmonies of #F8AFC9
Complementary color
Monochromatic Colors of #F8AFC9
Black with #F8AFC9
Text Example
Text Example
White with #F8AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFC9; }
p { color: rgb(248,175,201); }
H1.HeaderClassName
{
color: #F8AFC9;
}
.AnyTagClassName
{
color: #F8AFC9;
}
</style>
background-color css
<style>
a { background-color: #F8AFC9; }
a { background-color: rgb(248,175,201); }
div.DivClassName
{
background-color: #F8AFC9;
}
.BgClassName
{
background-color: #F8AFC9;
}
</style>
border-color css
<style>
span { border-color: #F8AFC9; }
span { border-color: rgb(248,175,201); }
td.TdClassName
{
border-color: #F8AFC9;
}
.TagClassName
{
border-color: #F8AFC9;
}
</style>