Shades of Cupid #F0AABA
Tints of Cupid #F0AABA
RGB
CMYK
RGB Variations
Color information
#F0AABA (or 0xF0AABA) is known color: Cupid. HEX triplet: F0, AA and BA. RGB value is (240,170,186). Sum of RGB (Red+Green+Blue) = 240+170+186=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AABA is #0F5545. Grayscale: #C0C0C0. Windows color (decimal): -1004870 or 12233456. OLE color: 12233456.
HSL color Cylindrical-coordinate representation of color #F0AABA: hue angle of 346.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AABA is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 186 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.06 |
| HSL | 346.29º | 0.7% | 0.8% | - |
| HSV(B) | 346.29º | 0.29% | 0.94% | - |
| XYZ | 59.17 | 50.82 | 53.14 | - |
| YUV | 192.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 186 | 0 | 0.29 | 0.22 | 0.06 | 346.29 | 0.7 | 0.8 |
| Hex | F0 | AA | BA | 0 | 1D | 16 | 6 | 15A | 46 | 50 |
| Octal | 360 | 252 | 272 | 0 | 35 | 26 | 6 | 532 | 106 | 120 |
| Binary | 11110000 | 10101010 | 10111010 | 0 | 11101 | 10110 | 110 | 101011010 | 1000110 | 1010000 |
Color Harmonies of #F0AABA
Complementary color
Monochromatic Colors of #F0AABA
Black with #F0AABA
Text Example
Text Example
White with #F0AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AABA; }
p { color: rgb(240,170,186); }
H1.HeaderClassName
{
color: #F0AABA;
}
.AnyTagClassName
{
color: #F0AABA;
}
</style>
background-color css
<style>
a { background-color: #F0AABA; }
a { background-color: rgb(240,170,186); }
div.DivClassName
{
background-color: #F0AABA;
}
.BgClassName
{
background-color: #F0AABA;
}
</style>
border-color css
<style>
span { border-color: #F0AABA; }
span { border-color: rgb(240,170,186); }
td.TdClassName
{
border-color: #F0AABA;
}
.TagClassName
{
border-color: #F0AABA;
}
</style>