Shades of Cupid #F7ABC6
Tints of Cupid #F7ABC6
RGB
CMYK
RGB Variations
Color information
#F7ABC6 (or 0xF7ABC6) is known color: Cupid. HEX triplet: F7, AB and C6. RGB value is (247,171,198). Sum of RGB (Red+Green+Blue) = 247+171+198=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABC6 is #085439. Grayscale: #C4C4C4. Windows color (decimal): -545850 or 13020151. OLE color: 13020151.
HSL color Cylindrical-coordinate representation of color #F7ABC6: hue angle of 338.68º 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 #F7ABC6 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 198 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.03 |
| HSL | 338.68º | 0.83% | 0.82% | - |
| HSV(B) | 338.68º | 0.31% | 0.97% | - |
| XYZ | 63.11 | 52.98 | 60.33 | - |
| YUV | 196.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 198 | 0 | 0.31 | 0.20 | 0.03 | 338.68 | 0.83 | 0.82 |
| Hex | F7 | AB | C6 | 0 | 1F | 14 | 3 | 153 | 53 | 52 |
| Octal | 367 | 253 | 306 | 0 | 37 | 24 | 3 | 523 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11000110 | 0 | 11111 | 10100 | 11 | 101010011 | 1010011 | 1010010 |
Color Harmonies of #F7ABC6
Complementary color
Monochromatic Colors of #F7ABC6
Black with #F7ABC6
Text Example
Text Example
White with #F7ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABC6; }
p { color: rgb(247,171,198); }
H1.HeaderClassName
{
color: #F7ABC6;
}
.AnyTagClassName
{
color: #F7ABC6;
}
</style>
background-color css
<style>
a { background-color: #F7ABC6; }
a { background-color: rgb(247,171,198); }
div.DivClassName
{
background-color: #F7ABC6;
}
.BgClassName
{
background-color: #F7ABC6;
}
</style>
border-color css
<style>
span { border-color: #F7ABC6; }
span { border-color: rgb(247,171,198); }
td.TdClassName
{
border-color: #F7ABC6;
}
.TagClassName
{
border-color: #F7ABC6;
}
</style>