Shades of Cupid #F7ABC2
Tints of Cupid #F7ABC2
RGB
CMYK
RGB Variations
Color information
#F7ABC2 (or 0xF7ABC2) is known color: Cupid. HEX triplet: F7, AB and C2. RGB value is (247,171,194). Sum of RGB (Red+Green+Blue) = 247+171+194=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABC2 is #08543D. Grayscale: #C4C4C4. Windows color (decimal): -545854 or 12758007. OLE color: 12758007.
HSL color Cylindrical-coordinate representation of color #F7ABC2: hue angle of 341.84º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7ABC2 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 194 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.03 |
| HSL | 341.84º | 0.83% | 0.82% | - |
| HSV(B) | 341.84º | 0.31% | 0.97% | - |
| XYZ | 62.66 | 52.8 | 57.93 | - |
| YUV | 196.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 194 | 0 | 0.31 | 0.21 | 0.03 | 341.84 | 0.83 | 0.82 |
| Hex | F7 | AB | C2 | 0 | 1F | 15 | 3 | 156 | 53 | 52 |
| Octal | 367 | 253 | 302 | 0 | 37 | 25 | 3 | 526 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11000010 | 0 | 11111 | 10101 | 11 | 101010110 | 1010011 | 1010010 |
Color Harmonies of #F7ABC2
Complementary color
Monochromatic Colors of #F7ABC2
Black with #F7ABC2
Text Example
Text Example
White with #F7ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABC2; }
p { color: rgb(247,171,194); }
H1.HeaderClassName
{
color: #F7ABC2;
}
.AnyTagClassName
{
color: #F7ABC2;
}
</style>
background-color css
<style>
a { background-color: #F7ABC2; }
a { background-color: rgb(247,171,194); }
div.DivClassName
{
background-color: #F7ABC2;
}
.BgClassName
{
background-color: #F7ABC2;
}
</style>
border-color css
<style>
span { border-color: #F7ABC2; }
span { border-color: rgb(247,171,194); }
td.TdClassName
{
border-color: #F7ABC2;
}
.TagClassName
{
border-color: #F7ABC2;
}
</style>