Shades of Cupid #F2AAC6
Tints of Cupid #F2AAC6
RGB
CMYK
RGB Variations
Color information
#F2AAC6 (or 0xF2AAC6) is known color: Cupid. HEX triplet: F2, AA and C6. RGB value is (242,170,198). Sum of RGB (Red+Green+Blue) = 242+170+198=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAC6 is #0D5539. Grayscale: #C2C2C2. Windows color (decimal): -873786 or 13019890. OLE color: 13019890.
HSL color Cylindrical-coordinate representation of color #F2AAC6: hue angle of 336.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 #F2AAC6 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 198 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.05 |
| HSL | 336.67º | 0.73% | 0.81% | - |
| HSV(B) | 336.67º | 0.3% | 0.95% | - |
| XYZ | 61.19 | 51.7 | 60.18 | - |
| YUV | 194.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 198 | 0 | 0.30 | 0.18 | 0.05 | 336.67 | 0.73 | 0.81 |
| Hex | F2 | AA | C6 | 0 | 1E | 12 | 5 | 151 | 49 | 51 |
| Octal | 362 | 252 | 306 | 0 | 36 | 22 | 5 | 521 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11000110 | 0 | 11110 | 10010 | 101 | 101010001 | 1001001 | 1010001 |
Color Harmonies of #F2AAC6
Complementary color
Monochromatic Colors of #F2AAC6
Black with #F2AAC6
Text Example
Text Example
White with #F2AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAC6; }
p { color: rgb(242,170,198); }
H1.HeaderClassName
{
color: #F2AAC6;
}
.AnyTagClassName
{
color: #F2AAC6;
}
</style>
background-color css
<style>
a { background-color: #F2AAC6; }
a { background-color: rgb(242,170,198); }
div.DivClassName
{
background-color: #F2AAC6;
}
.BgClassName
{
background-color: #F2AAC6;
}
</style>
border-color css
<style>
span { border-color: #F2AAC6; }
span { border-color: rgb(242,170,198); }
td.TdClassName
{
border-color: #F2AAC6;
}
.TagClassName
{
border-color: #F2AAC6;
}
</style>