Shades of Cupid #F7AABD
Tints of Cupid #F7AABD
RGB
CMYK
RGB Variations
Color information
#F7AABD (or 0xF7AABD) is known color: Cupid. HEX triplet: F7, AA and BD. RGB value is (247,170,189). Sum of RGB (Red+Green+Blue) = 247+170+189=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AABD is #085542. Grayscale: #C3C3C3. Windows color (decimal): -546115 or 12430071. OLE color: 12430071.
HSL color Cylindrical-coordinate representation of color #F7AABD: hue angle of 345.19º 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 #F7AABD is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 189 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.03 |
| HSL | 345.19º | 0.83% | 0.82% | - |
| HSV(B) | 345.19º | 0.31% | 0.97% | - |
| XYZ | 61.92 | 52.2 | 54.96 | - |
| YUV | 195.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 189 | 0 | 0.31 | 0.23 | 0.03 | 345.19 | 0.83 | 0.82 |
| Hex | F7 | AA | BD | 0 | 1F | 17 | 3 | 159 | 53 | 52 |
| Octal | 367 | 252 | 275 | 0 | 37 | 27 | 3 | 531 | 123 | 122 |
| Binary | 11110111 | 10101010 | 10111101 | 0 | 11111 | 10111 | 11 | 101011001 | 1010011 | 1010010 |
Color Harmonies of #F7AABD
Complementary color
Monochromatic Colors of #F7AABD
Black with #F7AABD
Text Example
Text Example
White with #F7AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AABD; }
p { color: rgb(247,170,189); }
H1.HeaderClassName
{
color: #F7AABD;
}
.AnyTagClassName
{
color: #F7AABD;
}
</style>
background-color css
<style>
a { background-color: #F7AABD; }
a { background-color: rgb(247,170,189); }
div.DivClassName
{
background-color: #F7AABD;
}
.BgClassName
{
background-color: #F7AABD;
}
</style>
border-color css
<style>
span { border-color: #F7AABD; }
span { border-color: rgb(247,170,189); }
td.TdClassName
{
border-color: #F7AABD;
}
.TagClassName
{
border-color: #F7AABD;
}
</style>