Shades of Cupid #F4A6B9
Tints of Cupid #F4A6B9
RGB
CMYK
RGB Variations
Color information
#F4A6B9 (or 0xF4A6B9) is known color: Cupid. HEX triplet: F4, A6 and B9. RGB value is (244,166,185). Sum of RGB (Red+Green+Blue) = 244+166+185=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A6B9 is #0B5946. Grayscale: #BFBFBF. Windows color (decimal): -743751 or 12166900. OLE color: 12166900.
HSL color Cylindrical-coordinate representation of color #F4A6B9: hue angle of 345.38º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A6B9 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 185 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.04 |
| HSL | 345.38º | 0.78% | 0.8% | - |
| HSV(B) | 345.38º | 0.32% | 0.96% | - |
| XYZ | 59.7 | 50.01 | 52.4 | - |
| YUV | 191.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 185 | 0 | 0.32 | 0.24 | 0.04 | 345.38 | 0.78 | 0.8 |
| Hex | F4 | A6 | B9 | 0 | 20 | 18 | 4 | 159 | 4E | 50 |
| Octal | 364 | 246 | 271 | 0 | 40 | 30 | 4 | 531 | 116 | 120 |
| Binary | 11110100 | 10100110 | 10111001 | 0 | 100000 | 11000 | 100 | 101011001 | 1001110 | 1010000 |
Color Harmonies of #F4A6B9
Complementary color
Monochromatic Colors of #F4A6B9
Black with #F4A6B9
Text Example
Text Example
White with #F4A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A6B9; }
p { color: rgb(244,166,185); }
H1.HeaderClassName
{
color: #F4A6B9;
}
.AnyTagClassName
{
color: #F4A6B9;
}
</style>
background-color css
<style>
a { background-color: #F4A6B9; }
a { background-color: rgb(244,166,185); }
div.DivClassName
{
background-color: #F4A6B9;
}
.BgClassName
{
background-color: #F4A6B9;
}
</style>
border-color css
<style>
span { border-color: #F4A6B9; }
span { border-color: rgb(244,166,185); }
td.TdClassName
{
border-color: #F4A6B9;
}
.TagClassName
{
border-color: #F4A6B9;
}
</style>