Shades of Cupid #F2AABF
Tints of Cupid #F2AABF
RGB
CMYK
RGB Variations
Color information
#F2AABF (or 0xF2AABF) is known color: Cupid. HEX triplet: F2, AA and BF. RGB value is (242,170,191). Sum of RGB (Red+Green+Blue) = 242+170+191=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABF is #0D5540. Grayscale: #C1C1C1. Windows color (decimal): -873793 or 12561138. OLE color: 12561138.
HSL color Cylindrical-coordinate representation of color #F2AABF: hue angle of 342.5º 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 #F2AABF is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 191 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.05 |
| HSL | 342.5º | 0.73% | 0.81% | - |
| HSV(B) | 342.5º | 0.3% | 0.95% | - |
| XYZ | 60.4 | 51.39 | 56.03 | - |
| YUV | 193.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 191 | 0 | 0.30 | 0.21 | 0.05 | 342.5 | 0.73 | 0.81 |
| Hex | F2 | AA | BF | 0 | 1E | 15 | 5 | 156 | 49 | 51 |
| Octal | 362 | 252 | 277 | 0 | 36 | 25 | 5 | 526 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10111111 | 0 | 11110 | 10101 | 101 | 101010110 | 1001001 | 1010001 |
Color Harmonies of #F2AABF
Complementary color
Monochromatic Colors of #F2AABF
Black with #F2AABF
Text Example
Text Example
White with #F2AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AABF; }
p { color: rgb(242,170,191); }
H1.HeaderClassName
{
color: #F2AABF;
}
.AnyTagClassName
{
color: #F2AABF;
}
</style>
background-color css
<style>
a { background-color: #F2AABF; }
a { background-color: rgb(242,170,191); }
div.DivClassName
{
background-color: #F2AABF;
}
.BgClassName
{
background-color: #F2AABF;
}
</style>
border-color css
<style>
span { border-color: #F2AABF; }
span { border-color: rgb(242,170,191); }
td.TdClassName
{
border-color: #F2AABF;
}
.TagClassName
{
border-color: #F2AABF;
}
</style>