Shades of Cupid #F7ABC0
Tints of Cupid #F7ABC0
RGB
CMYK
RGB Variations
Color information
#F7ABC0 (or 0xF7ABC0) is known color: Cupid. HEX triplet: F7, AB and C0. RGB value is (247,171,192). Sum of RGB (Red+Green+Blue) = 247+171+192=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABC0 is #08543F. Grayscale: #C4C4C4. Windows color (decimal): -545856 or 12626935. OLE color: 12626935.
HSL color Cylindrical-coordinate representation of color #F7ABC0: hue angle of 343.42º 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 #F7ABC0 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 192 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.03 |
| HSL | 343.42º | 0.83% | 0.82% | - |
| HSV(B) | 343.42º | 0.31% | 0.97% | - |
| XYZ | 62.44 | 52.71 | 56.75 | - |
| YUV | 196.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 192 | 0 | 0.31 | 0.22 | 0.03 | 343.42 | 0.83 | 0.82 |
| Hex | F7 | AB | C0 | 0 | 1F | 16 | 3 | 157 | 53 | 52 |
| Octal | 367 | 253 | 300 | 0 | 37 | 26 | 3 | 527 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11000000 | 0 | 11111 | 10110 | 11 | 101010111 | 1010011 | 1010010 |
Color Harmonies of #F7ABC0
Complementary color
Monochromatic Colors of #F7ABC0
Black with #F7ABC0
Text Example
Text Example
White with #F7ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABC0; }
p { color: rgb(247,171,192); }
H1.HeaderClassName
{
color: #F7ABC0;
}
.AnyTagClassName
{
color: #F7ABC0;
}
</style>
background-color css
<style>
a { background-color: #F7ABC0; }
a { background-color: rgb(247,171,192); }
div.DivClassName
{
background-color: #F7ABC0;
}
.BgClassName
{
background-color: #F7ABC0;
}
</style>
border-color css
<style>
span { border-color: #F7ABC0; }
span { border-color: rgb(247,171,192); }
td.TdClassName
{
border-color: #F7ABC0;
}
.TagClassName
{
border-color: #F7ABC0;
}
</style>