Shades of Cupid #F5AAB9
Tints of Cupid #F5AAB9
RGB
CMYK
RGB Variations
Color information
#F5AAB9 (or 0xF5AAB9) is known color: Cupid. HEX triplet: F5, AA and B9. RGB value is (245,170,185). Sum of RGB (Red+Green+Blue) = 245+170+185=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AAB9 is #0A5546. Grayscale: #C2C2C2. Windows color (decimal): -677191 or 12167925. OLE color: 12167925.
HSL color Cylindrical-coordinate representation of color #F5AAB9: hue angle of 348º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAB9 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 185 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.04 |
| HSL | 348º | 0.79% | 0.81% | - |
| HSV(B) | 348º | 0.31% | 0.96% | - |
| XYZ | 60.79 | 51.66 | 52.67 | - |
| YUV | 194.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 185 | 0 | 0.31 | 0.24 | 0.04 | 348 | 0.79 | 0.81 |
| Hex | F5 | AA | B9 | 0 | 1F | 18 | 4 | 15C | 4F | 51 |
| Octal | 365 | 252 | 271 | 0 | 37 | 30 | 4 | 534 | 117 | 121 |
| Binary | 11110101 | 10101010 | 10111001 | 0 | 11111 | 11000 | 100 | 101011100 | 1001111 | 1010001 |
Color Harmonies of #F5AAB9
Complementary color
Monochromatic Colors of #F5AAB9
Black with #F5AAB9
Text Example
Text Example
White with #F5AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AAB9; }
p { color: rgb(245,170,185); }
H1.HeaderClassName
{
color: #F5AAB9;
}
.AnyTagClassName
{
color: #F5AAB9;
}
</style>
background-color css
<style>
a { background-color: #F5AAB9; }
a { background-color: rgb(245,170,185); }
div.DivClassName
{
background-color: #F5AAB9;
}
.BgClassName
{
background-color: #F5AAB9;
}
</style>
border-color css
<style>
span { border-color: #F5AAB9; }
span { border-color: rgb(245,170,185); }
td.TdClassName
{
border-color: #F5AAB9;
}
.TagClassName
{
border-color: #F5AAB9;
}
</style>