Shades of Cupid #F2AABC
Tints of Cupid #F2AABC
RGB
CMYK
RGB Variations
Color information
#F2AABC (or 0xF2AABC) is known color: Cupid. HEX triplet: F2, AA and BC. RGB value is (242,170,188). Sum of RGB (Red+Green+Blue) = 242+170+188=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABC is #0D5543. Grayscale: #C1C1C1. Windows color (decimal): -873796 or 12364530. OLE color: 12364530.
HSL color Cylindrical-coordinate representation of color #F2AABC: hue angle of 345º 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 #F2AABC is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 188 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.05 |
| HSL | 345º | 0.73% | 0.81% | - |
| HSV(B) | 345º | 0.3% | 0.95% | - |
| XYZ | 60.07 | 51.26 | 54.3 | - |
| YUV | 193.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 188 | 0 | 0.30 | 0.22 | 0.05 | 345 | 0.73 | 0.81 |
| Hex | F2 | AA | BC | 0 | 1E | 16 | 5 | 159 | 49 | 51 |
| Octal | 362 | 252 | 274 | 0 | 36 | 26 | 5 | 531 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10111100 | 0 | 11110 | 10110 | 101 | 101011001 | 1001001 | 1010001 |
Color Harmonies of #F2AABC
Complementary color
Monochromatic Colors of #F2AABC
Black with #F2AABC
Text Example
Text Example
White with #F2AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AABC; }
p { color: rgb(242,170,188); }
H1.HeaderClassName
{
color: #F2AABC;
}
.AnyTagClassName
{
color: #F2AABC;
}
</style>
background-color css
<style>
a { background-color: #F2AABC; }
a { background-color: rgb(242,170,188); }
div.DivClassName
{
background-color: #F2AABC;
}
.BgClassName
{
background-color: #F2AABC;
}
</style>
border-color css
<style>
span { border-color: #F2AABC; }
span { border-color: rgb(242,170,188); }
td.TdClassName
{
border-color: #F2AABC;
}
.TagClassName
{
border-color: #F2AABC;
}
</style>