Shades of Cupid #F7AFC8
Tints of Cupid #F7AFC8
RGB
CMYK
RGB Variations
Color information
#F7AFC8 (or 0xF7AFC8) is known color: Cupid. HEX triplet: F7, AF and C8. RGB value is (247,175,200). Sum of RGB (Red+Green+Blue) = 247+175+200=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFC8 is #085037. Grayscale: #C7C7C7. Windows color (decimal): -544824 or 13152247. OLE color: 13152247.
HSL color Cylindrical-coordinate representation of color #F7AFC8: hue angle of 339.17º degrees, saturation: 0.82, 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 #F7AFC8 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 200 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.03 |
| HSL | 339.17º | 0.82% | 0.83% | - |
| HSV(B) | 339.17º | 0.29% | 0.97% | - |
| XYZ | 64.11 | 54.6 | 61.8 | - |
| YUV | 199.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 200 | 0 | 0.29 | 0.19 | 0.03 | 339.17 | 0.82 | 0.83 |
| Hex | F7 | AF | C8 | 0 | 1D | 13 | 3 | 153 | 52 | 53 |
| Octal | 367 | 257 | 310 | 0 | 35 | 23 | 3 | 523 | 122 | 123 |
| Binary | 11110111 | 10101111 | 11001000 | 0 | 11101 | 10011 | 11 | 101010011 | 1010010 | 1010011 |
Color Harmonies of #F7AFC8
Complementary color
Monochromatic Colors of #F7AFC8
Black with #F7AFC8
Text Example
Text Example
White with #F7AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AFC8; }
p { color: rgb(247,175,200); }
H1.HeaderClassName
{
color: #F7AFC8;
}
.AnyTagClassName
{
color: #F7AFC8;
}
</style>
background-color css
<style>
a { background-color: #F7AFC8; }
a { background-color: rgb(247,175,200); }
div.DivClassName
{
background-color: #F7AFC8;
}
.BgClassName
{
background-color: #F7AFC8;
}
</style>
border-color css
<style>
span { border-color: #F7AFC8; }
span { border-color: rgb(247,175,200); }
td.TdClassName
{
border-color: #F7AFC8;
}
.TagClassName
{
border-color: #F7AFC8;
}
</style>