Shades of Cupid #F4ACB9
Tints of Cupid #F4ACB9
RGB
CMYK
RGB Variations
Color information
#F4ACB9 (or 0xF4ACB9) is known color: Cupid. HEX triplet: F4, AC and B9. RGB value is (244,172,185). Sum of RGB (Red+Green+Blue) = 244+172+185=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACB9 is #0B5346. Grayscale: #C3C3C3. Windows color (decimal): -742215 or 12168436. OLE color: 12168436.
HSL color Cylindrical-coordinate representation of color #F4ACB9: hue angle of 349.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACB9 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 185 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.04 |
| HSL | 349.17º | 0.77% | 0.82% | - |
| HSV(B) | 349.17º | 0.3% | 0.96% | - |
| XYZ | 60.82 | 52.24 | 52.78 | - |
| YUV | 195.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 185 | 0 | 0.30 | 0.24 | 0.04 | 349.17 | 0.77 | 0.82 |
| Hex | F4 | AC | B9 | 0 | 1E | 18 | 4 | 15D | 4D | 52 |
| Octal | 364 | 254 | 271 | 0 | 36 | 30 | 4 | 535 | 115 | 122 |
| Binary | 11110100 | 10101100 | 10111001 | 0 | 11110 | 11000 | 100 | 101011101 | 1001101 | 1010010 |
Color Harmonies of #F4ACB9
Complementary color
Monochromatic Colors of #F4ACB9
Black with #F4ACB9
Text Example
Text Example
White with #F4ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACB9; }
p { color: rgb(244,172,185); }
H1.HeaderClassName
{
color: #F4ACB9;
}
.AnyTagClassName
{
color: #F4ACB9;
}
</style>
background-color css
<style>
a { background-color: #F4ACB9; }
a { background-color: rgb(244,172,185); }
div.DivClassName
{
background-color: #F4ACB9;
}
.BgClassName
{
background-color: #F4ACB9;
}
</style>
border-color css
<style>
span { border-color: #F4ACB9; }
span { border-color: rgb(244,172,185); }
td.TdClassName
{
border-color: #F4ACB9;
}
.TagClassName
{
border-color: #F4ACB9;
}
</style>