Shades of Cupid #F7AFC2
Tints of Cupid #F7AFC2
RGB
CMYK
RGB Variations
Color information
#F7AFC2 (or 0xF7AFC2) is known color: Cupid. HEX triplet: F7, AF and C2. RGB value is (247,175,194). Sum of RGB (Red+Green+Blue) = 247+175+194=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFC2 is #08503D. Grayscale: #C6C6C6. Windows color (decimal): -544830 or 12759031. OLE color: 12759031.
HSL color Cylindrical-coordinate representation of color #F7AFC2: hue angle of 344.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 #F7AFC2 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 194 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.03 |
| HSL | 344.17º | 0.82% | 0.83% | - |
| HSV(B) | 344.17º | 0.29% | 0.97% | - |
| XYZ | 63.43 | 54.33 | 58.18 | - |
| YUV | 198.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 194 | 0 | 0.29 | 0.21 | 0.03 | 344.17 | 0.82 | 0.83 |
| Hex | F7 | AF | C2 | 0 | 1D | 15 | 3 | 158 | 52 | 53 |
| Octal | 367 | 257 | 302 | 0 | 35 | 25 | 3 | 530 | 122 | 123 |
| Binary | 11110111 | 10101111 | 11000010 | 0 | 11101 | 10101 | 11 | 101011000 | 1010010 | 1010011 |
Color Harmonies of #F7AFC2
Complementary color
Monochromatic Colors of #F7AFC2
Black with #F7AFC2
Text Example
Text Example
White with #F7AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AFC2; }
p { color: rgb(247,175,194); }
H1.HeaderClassName
{
color: #F7AFC2;
}
.AnyTagClassName
{
color: #F7AFC2;
}
</style>
background-color css
<style>
a { background-color: #F7AFC2; }
a { background-color: rgb(247,175,194); }
div.DivClassName
{
background-color: #F7AFC2;
}
.BgClassName
{
background-color: #F7AFC2;
}
</style>
border-color css
<style>
span { border-color: #F7AFC2; }
span { border-color: rgb(247,175,194); }
td.TdClassName
{
border-color: #F7AFC2;
}
.TagClassName
{
border-color: #F7AFC2;
}
</style>