Shades of Cupid #F4AAC0
Tints of Cupid #F4AAC0
RGB
CMYK
RGB Variations
Color information
#F4AAC0 (or 0xF4AAC0) is known color: Cupid. HEX triplet: F4, AA and C0. RGB value is (244,170,192). Sum of RGB (Red+Green+Blue) = 244+170+192=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AAC0 is #0B553F. Grayscale: #C2C2C2. Windows color (decimal): -742720 or 12626676. OLE color: 12626676.
HSL color Cylindrical-coordinate representation of color #F4AAC0: hue angle of 342.16º 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 #F4AAC0 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 192 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.04 |
| HSL | 342.16º | 0.77% | 0.81% | - |
| HSV(B) | 342.16º | 0.3% | 0.96% | - |
| XYZ | 61.2 | 51.79 | 56.64 | - |
| YUV | 194.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 192 | 0 | 0.30 | 0.21 | 0.04 | 342.16 | 0.77 | 0.81 |
| Hex | F4 | AA | C0 | 0 | 1E | 15 | 4 | 156 | 4D | 51 |
| Octal | 364 | 252 | 300 | 0 | 36 | 25 | 4 | 526 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11000000 | 0 | 11110 | 10101 | 100 | 101010110 | 1001101 | 1010001 |
Color Harmonies of #F4AAC0
Complementary color
Monochromatic Colors of #F4AAC0
Black with #F4AAC0
Text Example
Text Example
White with #F4AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAC0; }
p { color: rgb(244,170,192); }
H1.HeaderClassName
{
color: #F4AAC0;
}
.AnyTagClassName
{
color: #F4AAC0;
}
</style>
background-color css
<style>
a { background-color: #F4AAC0; }
a { background-color: rgb(244,170,192); }
div.DivClassName
{
background-color: #F4AAC0;
}
.BgClassName
{
background-color: #F4AAC0;
}
</style>
border-color css
<style>
span { border-color: #F4AAC0; }
span { border-color: rgb(244,170,192); }
td.TdClassName
{
border-color: #F4AAC0;
}
.TagClassName
{
border-color: #F4AAC0;
}
</style>