Shades of Cupid #F2AAC1
Tints of Cupid #F2AAC1
RGB
CMYK
RGB Variations
Color information
#F2AAC1 (or 0xF2AAC1) is known color: Cupid. HEX triplet: F2, AA and C1. RGB value is (242,170,193). Sum of RGB (Red+Green+Blue) = 242+170+193=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAC1 is #0D553E. Grayscale: #C2C2C2. Windows color (decimal): -873791 or 12692210. OLE color: 12692210.
HSL color Cylindrical-coordinate representation of color #F2AAC1: hue angle of 340.83º 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 #F2AAC1 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 193 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.05 |
| HSL | 340.83º | 0.73% | 0.81% | - |
| HSV(B) | 340.83º | 0.3% | 0.95% | - |
| XYZ | 60.62 | 51.48 | 57.19 | - |
| YUV | 194.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 193 | 0 | 0.30 | 0.20 | 0.05 | 340.83 | 0.73 | 0.81 |
| Hex | F2 | AA | C1 | 0 | 1E | 14 | 5 | 155 | 49 | 51 |
| Octal | 362 | 252 | 301 | 0 | 36 | 24 | 5 | 525 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11000001 | 0 | 11110 | 10100 | 101 | 101010101 | 1001001 | 1010001 |
Color Harmonies of #F2AAC1
Complementary color
Monochromatic Colors of #F2AAC1
Black with #F2AAC1
Text Example
Text Example
White with #F2AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAC1; }
p { color: rgb(242,170,193); }
H1.HeaderClassName
{
color: #F2AAC1;
}
.AnyTagClassName
{
color: #F2AAC1;
}
</style>
background-color css
<style>
a { background-color: #F2AAC1; }
a { background-color: rgb(242,170,193); }
div.DivClassName
{
background-color: #F2AAC1;
}
.BgClassName
{
background-color: #F2AAC1;
}
</style>
border-color css
<style>
span { border-color: #F2AAC1; }
span { border-color: rgb(242,170,193); }
td.TdClassName
{
border-color: #F2AAC1;
}
.TagClassName
{
border-color: #F2AAC1;
}
</style>