Shades of Cupid #F2AABA
Tints of Cupid #F2AABA
RGB
CMYK
RGB Variations
Color information
#F2AABA (or 0xF2AABA) is known color: Cupid. HEX triplet: F2, AA and BA. RGB value is (242,170,186). Sum of RGB (Red+Green+Blue) = 242+170+186=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABA is #0D5545. Grayscale: #C1C1C1. Windows color (decimal): -873798 or 12233458. OLE color: 12233458.
HSL color Cylindrical-coordinate representation of color #F2AABA: hue angle of 346.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 #F2AABA is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 186 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 346.67º | 0.73% | 0.81% | - |
| HSV(B) | 346.67º | 0.3% | 0.95% | - |
| XYZ | 59.86 | 51.17 | 53.18 | - |
| YUV | 193.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 186 | 0 | 0.30 | 0.23 | 0.05 | 346.67 | 0.73 | 0.81 |
| Hex | F2 | AA | BA | 0 | 1E | 17 | 5 | 15B | 49 | 51 |
| Octal | 362 | 252 | 272 | 0 | 36 | 27 | 5 | 533 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10111010 | 0 | 11110 | 10111 | 101 | 101011011 | 1001001 | 1010001 |
Color Harmonies of #F2AABA
Complementary color
Monochromatic Colors of #F2AABA
Black with #F2AABA
Text Example
Text Example
White with #F2AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AABA; }
p { color: rgb(242,170,186); }
H1.HeaderClassName
{
color: #F2AABA;
}
.AnyTagClassName
{
color: #F2AABA;
}
</style>
background-color css
<style>
a { background-color: #F2AABA; }
a { background-color: rgb(242,170,186); }
div.DivClassName
{
background-color: #F2AABA;
}
.BgClassName
{
background-color: #F2AABA;
}
</style>
border-color css
<style>
span { border-color: #F2AABA; }
span { border-color: rgb(242,170,186); }
td.TdClassName
{
border-color: #F2AABA;
}
.TagClassName
{
border-color: #F2AABA;
}
</style>