Shades of Cupid #F2AABE
Tints of Cupid #F2AABE
RGB
CMYK
RGB Variations
Color information
#F2AABE (or 0xF2AABE) is known color: Cupid. HEX triplet: F2, AA and BE. RGB value is (242,170,190). Sum of RGB (Red+Green+Blue) = 242+170+190=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABE is #0D5541. Grayscale: #C1C1C1. Windows color (decimal): -873794 or 12495602. OLE color: 12495602.
HSL color Cylindrical-coordinate representation of color #F2AABE: hue angle of 343.33º 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 #F2AABE is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 190 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.05 |
| HSL | 343.33º | 0.73% | 0.81% | - |
| HSV(B) | 343.33º | 0.3% | 0.95% | - |
| XYZ | 60.29 | 51.34 | 55.45 | - |
| YUV | 193.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 190 | 0 | 0.30 | 0.21 | 0.05 | 343.33 | 0.73 | 0.81 |
| Hex | F2 | AA | BE | 0 | 1E | 15 | 5 | 157 | 49 | 51 |
| Octal | 362 | 252 | 276 | 0 | 36 | 25 | 5 | 527 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10111110 | 0 | 11110 | 10101 | 101 | 101010111 | 1001001 | 1010001 |
Color Harmonies of #F2AABE
Complementary color
Monochromatic Colors of #F2AABE
Black with #F2AABE
Text Example
Text Example
White with #F2AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AABE; }
p { color: rgb(242,170,190); }
H1.HeaderClassName
{
color: #F2AABE;
}
.AnyTagClassName
{
color: #F2AABE;
}
</style>
background-color css
<style>
a { background-color: #F2AABE; }
a { background-color: rgb(242,170,190); }
div.DivClassName
{
background-color: #F2AABE;
}
.BgClassName
{
background-color: #F2AABE;
}
</style>
border-color css
<style>
span { border-color: #F2AABE; }
span { border-color: rgb(242,170,190); }
td.TdClassName
{
border-color: #F2AABE;
}
.TagClassName
{
border-color: #F2AABE;
}
</style>