Shades of Cupid #F2AAC0
Tints of Cupid #F2AAC0
RGB
CMYK
RGB Variations
Color information
#F2AAC0 (or 0xF2AAC0) is known color: Cupid. HEX triplet: F2, AA and C0. RGB value is (242,170,192). Sum of RGB (Red+Green+Blue) = 242+170+192=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAC0 is #0D553F. Grayscale: #C2C2C2. Windows color (decimal): -873792 or 12626674. OLE color: 12626674.
HSL color Cylindrical-coordinate representation of color #F2AAC0: hue angle of 341.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAC0 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 192 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.05 |
| HSL | 341.67º | 0.73% | 0.81% | - |
| HSV(B) | 341.67º | 0.3% | 0.95% | - |
| XYZ | 60.51 | 51.43 | 56.61 | - |
| YUV | 194.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 192 | 0 | 0.30 | 0.21 | 0.05 | 341.67 | 0.73 | 0.81 |
| Hex | F2 | AA | C0 | 0 | 1E | 15 | 5 | 156 | 49 | 51 |
| Octal | 362 | 252 | 300 | 0 | 36 | 25 | 5 | 526 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11000000 | 0 | 11110 | 10101 | 101 | 101010110 | 1001001 | 1010001 |
Color Harmonies of #F2AAC0
Complementary color
Monochromatic Colors of #F2AAC0
Black with #F2AAC0
Text Example
Text Example
White with #F2AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAC0; }
p { color: rgb(242,170,192); }
H1.HeaderClassName
{
color: #F2AAC0;
}
.AnyTagClassName
{
color: #F2AAC0;
}
</style>
background-color css
<style>
a { background-color: #F2AAC0; }
a { background-color: rgb(242,170,192); }
div.DivClassName
{
background-color: #F2AAC0;
}
.BgClassName
{
background-color: #F2AAC0;
}
</style>
border-color css
<style>
span { border-color: #F2AAC0; }
span { border-color: rgb(242,170,192); }
td.TdClassName
{
border-color: #F2AAC0;
}
.TagClassName
{
border-color: #F2AAC0;
}
</style>