Shades of Cupid #F0AAC2
Tints of Cupid #F0AAC2
RGB
CMYK
RGB Variations
Color information
#F0AAC2 (or 0xF0AAC2) is known color: Cupid. HEX triplet: F0, AA and C2. RGB value is (240,170,194). Sum of RGB (Red+Green+Blue) = 240+170+194=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAC2 is #0F553D. Grayscale: #C1C1C1. Windows color (decimal): -1004862 or 12757744. OLE color: 12757744.
HSL color Cylindrical-coordinate representation of color #F0AAC2: hue angle of 339.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAC2 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 194 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.06 |
| HSL | 339.43º | 0.7% | 0.8% | - |
| HSV(B) | 339.43º | 0.29% | 0.94% | - |
| XYZ | 60.05 | 51.17 | 57.75 | - |
| YUV | 193.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 194 | 0 | 0.29 | 0.19 | 0.06 | 339.43 | 0.7 | 0.8 |
| Hex | F0 | AA | C2 | 0 | 1D | 13 | 6 | 153 | 46 | 50 |
| Octal | 360 | 252 | 302 | 0 | 35 | 23 | 6 | 523 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11000010 | 0 | 11101 | 10011 | 110 | 101010011 | 1000110 | 1010000 |
Color Harmonies of #F0AAC2
Complementary color
Monochromatic Colors of #F0AAC2
Black with #F0AAC2
Text Example
Text Example
White with #F0AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAC2; }
p { color: rgb(240,170,194); }
H1.HeaderClassName
{
color: #F0AAC2;
}
.AnyTagClassName
{
color: #F0AAC2;
}
</style>
background-color css
<style>
a { background-color: #F0AAC2; }
a { background-color: rgb(240,170,194); }
div.DivClassName
{
background-color: #F0AAC2;
}
.BgClassName
{
background-color: #F0AAC2;
}
</style>
border-color css
<style>
span { border-color: #F0AAC2; }
span { border-color: rgb(240,170,194); }
td.TdClassName
{
border-color: #F0AAC2;
}
.TagClassName
{
border-color: #F0AAC2;
}
</style>