Shades of Cupid #F4A7B9
Tints of Cupid #F4A7B9
RGB
CMYK
RGB Variations
Color information
#F4A7B9 (or 0xF4A7B9) is known color: Cupid. HEX triplet: F4, A7 and B9. RGB value is (244,167,185). Sum of RGB (Red+Green+Blue) = 244+167+185=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A7B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A7B9 is #0B5846. Grayscale: #C0C0C0. Windows color (decimal): -743495 or 12167156. OLE color: 12167156.
HSL color Cylindrical-coordinate representation of color #F4A7B9: hue angle of 345.97º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A7B9 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 167 | 185 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.04 |
| HSL | 345.97º | 0.78% | 0.81% | - |
| HSV(B) | 345.97º | 0.32% | 0.96% | - |
| XYZ | 59.88 | 50.37 | 52.47 | - |
| YUV | 192.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 185 | 0 | 0.32 | 0.24 | 0.04 | 345.97 | 0.78 | 0.81 |
| Hex | F4 | A7 | B9 | 0 | 20 | 18 | 4 | 15A | 4E | 51 |
| Octal | 364 | 247 | 271 | 0 | 40 | 30 | 4 | 532 | 116 | 121 |
| Binary | 11110100 | 10100111 | 10111001 | 0 | 100000 | 11000 | 100 | 101011010 | 1001110 | 1010001 |
Color Harmonies of #F4A7B9
Complementary color
Monochromatic Colors of #F4A7B9
Black with #F4A7B9
Text Example
Text Example
White with #F4A7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A7B9; }
p { color: rgb(244,167,185); }
H1.HeaderClassName
{
color: #F4A7B9;
}
.AnyTagClassName
{
color: #F4A7B9;
}
</style>
background-color css
<style>
a { background-color: #F4A7B9; }
a { background-color: rgb(244,167,185); }
div.DivClassName
{
background-color: #F4A7B9;
}
.BgClassName
{
background-color: #F4A7B9;
}
</style>
border-color css
<style>
span { border-color: #F4A7B9; }
span { border-color: rgb(244,167,185); }
td.TdClassName
{
border-color: #F4A7B9;
}
.TagClassName
{
border-color: #F4A7B9;
}
</style>