Shades of Cupid #F2AABB
Tints of Cupid #F2AABB
RGB
CMYK
RGB Variations
Color information
#F2AABB (or 0xF2AABB) is known color: Cupid. HEX triplet: F2, AA and BB. RGB value is (242,170,187). Sum of RGB (Red+Green+Blue) = 242+170+187=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABB is #0D5544. Grayscale: #C1C1C1. Windows color (decimal): -873797 or 12298994. OLE color: 12298994.
HSL color Cylindrical-coordinate representation of color #F2AABB: hue angle of 345.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 #F2AABB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 187 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 345.83º | 0.73% | 0.81% | - |
| HSV(B) | 345.83º | 0.3% | 0.95% | - |
| XYZ | 59.96 | 51.21 | 53.74 | - |
| YUV | 193.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 187 | 0 | 0.30 | 0.23 | 0.05 | 345.83 | 0.73 | 0.81 |
| Hex | F2 | AA | BB | 0 | 1E | 17 | 5 | 15A | 49 | 51 |
| Octal | 362 | 252 | 273 | 0 | 36 | 27 | 5 | 532 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10111011 | 0 | 11110 | 10111 | 101 | 101011010 | 1001001 | 1010001 |
Color Harmonies of #F2AABB
Complementary color
Monochromatic Colors of #F2AABB
Black with #F2AABB
Text Example
Text Example
White with #F2AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AABB; }
p { color: rgb(242,170,187); }
H1.HeaderClassName
{
color: #F2AABB;
}
.AnyTagClassName
{
color: #F2AABB;
}
</style>
background-color css
<style>
a { background-color: #F2AABB; }
a { background-color: rgb(242,170,187); }
div.DivClassName
{
background-color: #F2AABB;
}
.BgClassName
{
background-color: #F2AABB;
}
</style>
border-color css
<style>
span { border-color: #F2AABB; }
span { border-color: rgb(242,170,187); }
td.TdClassName
{
border-color: #F2AABB;
}
.TagClassName
{
border-color: #F2AABB;
}
</style>