Shades of Cupid #F0A9BC
Tints of Cupid #F0A9BC
RGB
CMYK
RGB Variations
Color information
#F0A9BC (or 0xF0A9BC) is known color: Cupid. HEX triplet: F0, A9 and BC. RGB value is (240,169,188). Sum of RGB (Red+Green+Blue) = 240+169+188=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9BC is #0F5643. Grayscale: #C0C0C0. Windows color (decimal): -1005124 or 12364272. OLE color: 12364272.
HSL color Cylindrical-coordinate representation of color #F0A9BC: hue angle of 343.94º 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 #F0A9BC is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 188 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.06 |
| HSL | 343.94º | 0.7% | 0.8% | - |
| HSV(B) | 343.94º | 0.3% | 0.94% | - |
| XYZ | 59.2 | 50.53 | 54.21 | - |
| YUV | 192.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 188 | 0 | 0.30 | 0.22 | 0.06 | 343.94 | 0.7 | 0.8 |
| Hex | F0 | A9 | BC | 0 | 1E | 16 | 6 | 158 | 46 | 50 |
| Octal | 360 | 251 | 274 | 0 | 36 | 26 | 6 | 530 | 106 | 120 |
| Binary | 11110000 | 10101001 | 10111100 | 0 | 11110 | 10110 | 110 | 101011000 | 1000110 | 1010000 |
Color Harmonies of #F0A9BC
Complementary color
Monochromatic Colors of #F0A9BC
Black with #F0A9BC
Text Example
Text Example
White with #F0A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9BC; }
p { color: rgb(240,169,188); }
H1.HeaderClassName
{
color: #F0A9BC;
}
.AnyTagClassName
{
color: #F0A9BC;
}
</style>
background-color css
<style>
a { background-color: #F0A9BC; }
a { background-color: rgb(240,169,188); }
div.DivClassName
{
background-color: #F0A9BC;
}
.BgClassName
{
background-color: #F0A9BC;
}
</style>
border-color css
<style>
span { border-color: #F0A9BC; }
span { border-color: rgb(240,169,188); }
td.TdClassName
{
border-color: #F0A9BC;
}
.TagClassName
{
border-color: #F0A9BC;
}
</style>