Shades of Cupid #F0A9BD
Tints of Cupid #F0A9BD
RGB
CMYK
RGB Variations
Color information
#F0A9BD (or 0xF0A9BD) is known color: Cupid. HEX triplet: F0, A9 and BD. RGB value is (240,169,189). Sum of RGB (Red+Green+Blue) = 240+169+189=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9BD is #0F5642. Grayscale: #C0C0C0. Windows color (decimal): -1005123 or 12429808. OLE color: 12429808.
HSL color Cylindrical-coordinate representation of color #F0A9BD: hue angle of 343.1º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9BD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 189 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.06 |
| HSL | 343.1º | 0.7% | 0.8% | - |
| HSV(B) | 343.1º | 0.3% | 0.94% | - |
| XYZ | 59.31 | 50.58 | 54.78 | - |
| YUV | 192.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 189 | 0 | 0.30 | 0.21 | 0.06 | 343.1 | 0.7 | 0.8 |
| Hex | F0 | A9 | BD | 0 | 1E | 15 | 6 | 157 | 46 | 50 |
| Octal | 360 | 251 | 275 | 0 | 36 | 25 | 6 | 527 | 106 | 120 |
| Binary | 11110000 | 10101001 | 10111101 | 0 | 11110 | 10101 | 110 | 101010111 | 1000110 | 1010000 |
Color Harmonies of #F0A9BD
Complementary color
Monochromatic Colors of #F0A9BD
Black with #F0A9BD
Text Example
Text Example
White with #F0A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9BD; }
p { color: rgb(240,169,189); }
H1.HeaderClassName
{
color: #F0A9BD;
}
.AnyTagClassName
{
color: #F0A9BD;
}
</style>
background-color css
<style>
a { background-color: #F0A9BD; }
a { background-color: rgb(240,169,189); }
div.DivClassName
{
background-color: #F0A9BD;
}
.BgClassName
{
background-color: #F0A9BD;
}
</style>
border-color css
<style>
span { border-color: #F0A9BD; }
span { border-color: rgb(240,169,189); }
td.TdClassName
{
border-color: #F0A9BD;
}
.TagClassName
{
border-color: #F0A9BD;
}
</style>