Shades of Cupid #F0A6BA
Tints of Cupid #F0A6BA
RGB
CMYK
RGB Variations
Color information
#F0A6BA (or 0xF0A6BA) is known color: Cupid. HEX triplet: F0, A6 and BA. RGB value is (240,166,186). Sum of RGB (Red+Green+Blue) = 240+166+186=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6BA is #0F5945. Grayscale: #BEBEBE. Windows color (decimal): -1005894 or 12232432. OLE color: 12232432.
HSL color Cylindrical-coordinate representation of color #F0A6BA: hue angle of 343.78º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A6BA is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 186 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.06 |
| HSL | 343.78º | 0.71% | 0.8% | - |
| HSV(B) | 343.78º | 0.31% | 0.94% | - |
| XYZ | 58.43 | 49.34 | 52.9 | - |
| YUV | 190.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 186 | 0 | 0.31 | 0.22 | 0.06 | 343.78 | 0.71 | 0.8 |
| Hex | F0 | A6 | BA | 0 | 1F | 16 | 6 | 158 | 47 | 50 |
| Octal | 360 | 246 | 272 | 0 | 37 | 26 | 6 | 530 | 107 | 120 |
| Binary | 11110000 | 10100110 | 10111010 | 0 | 11111 | 10110 | 110 | 101011000 | 1000111 | 1010000 |
Color Harmonies of #F0A6BA
Complementary color
Monochromatic Colors of #F0A6BA
Black with #F0A6BA
Text Example
Text Example
White with #F0A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A6BA; }
p { color: rgb(240,166,186); }
H1.HeaderClassName
{
color: #F0A6BA;
}
.AnyTagClassName
{
color: #F0A6BA;
}
</style>
background-color css
<style>
a { background-color: #F0A6BA; }
a { background-color: rgb(240,166,186); }
div.DivClassName
{
background-color: #F0A6BA;
}
.BgClassName
{
background-color: #F0A6BA;
}
</style>
border-color css
<style>
span { border-color: #F0A6BA; }
span { border-color: rgb(240,166,186); }
td.TdClassName
{
border-color: #F0A6BA;
}
.TagClassName
{
border-color: #F0A6BA;
}
</style>