Shades of Cupid #F4AABE
Tints of Cupid #F4AABE
RGB
CMYK
RGB Variations
Color information
#F4AABE (or 0xF4AABE) is known color: Cupid. HEX triplet: F4, AA and BE. RGB value is (244,170,190). Sum of RGB (Red+Green+Blue) = 244+170+190=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AABE is #0B5541. Grayscale: #C2C2C2. Windows color (decimal): -742722 or 12495604. OLE color: 12495604.
HSL color Cylindrical-coordinate representation of color #F4AABE: hue angle of 343.78º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AABE is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 190 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.04 |
| HSL | 343.78º | 0.77% | 0.81% | - |
| HSV(B) | 343.78º | 0.3% | 0.96% | - |
| XYZ | 60.98 | 51.7 | 55.48 | - |
| YUV | 194.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 190 | 0 | 0.30 | 0.22 | 0.04 | 343.78 | 0.77 | 0.81 |
| Hex | F4 | AA | BE | 0 | 1E | 16 | 4 | 158 | 4D | 51 |
| Octal | 364 | 252 | 276 | 0 | 36 | 26 | 4 | 530 | 115 | 121 |
| Binary | 11110100 | 10101010 | 10111110 | 0 | 11110 | 10110 | 100 | 101011000 | 1001101 | 1010001 |
Color Harmonies of #F4AABE
Complementary color
Monochromatic Colors of #F4AABE
Black with #F4AABE
Text Example
Text Example
White with #F4AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AABE; }
p { color: rgb(244,170,190); }
H1.HeaderClassName
{
color: #F4AABE;
}
.AnyTagClassName
{
color: #F4AABE;
}
</style>
background-color css
<style>
a { background-color: #F4AABE; }
a { background-color: rgb(244,170,190); }
div.DivClassName
{
background-color: #F4AABE;
}
.BgClassName
{
background-color: #F4AABE;
}
</style>
border-color css
<style>
span { border-color: #F4AABE; }
span { border-color: rgb(244,170,190); }
td.TdClassName
{
border-color: #F4AABE;
}
.TagClassName
{
border-color: #F4AABE;
}
</style>