Shades of Cupid #F2ABBA
Tints of Cupid #F2ABBA
RGB
CMYK
RGB Variations
Color information
#F2ABBA (or 0xF2ABBA) is known color: Cupid. HEX triplet: F2, AB and BA. RGB value is (242,171,186). Sum of RGB (Red+Green+Blue) = 242+171+186=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABBA is #0D5445. Grayscale: #C1C1C1. Windows color (decimal): -873542 or 12233714. OLE color: 12233714.
HSL color Cylindrical-coordinate representation of color #F2ABBA: hue angle of 347.32º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABBA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 186 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.05 |
| HSL | 347.32º | 0.73% | 0.81% | - |
| HSV(B) | 347.32º | 0.29% | 0.95% | - |
| XYZ | 60.04 | 51.55 | 53.24 | - |
| YUV | 193.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 186 | 0 | 0.29 | 0.23 | 0.05 | 347.32 | 0.73 | 0.81 |
| Hex | F2 | AB | BA | 0 | 1D | 17 | 5 | 15B | 49 | 51 |
| Octal | 362 | 253 | 272 | 0 | 35 | 27 | 5 | 533 | 111 | 121 |
| Binary | 11110010 | 10101011 | 10111010 | 0 | 11101 | 10111 | 101 | 101011011 | 1001001 | 1010001 |
Color Harmonies of #F2ABBA
Complementary color
Monochromatic Colors of #F2ABBA
Black with #F2ABBA
Text Example
Text Example
White with #F2ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABBA; }
p { color: rgb(242,171,186); }
H1.HeaderClassName
{
color: #F2ABBA;
}
.AnyTagClassName
{
color: #F2ABBA;
}
</style>
background-color css
<style>
a { background-color: #F2ABBA; }
a { background-color: rgb(242,171,186); }
div.DivClassName
{
background-color: #F2ABBA;
}
.BgClassName
{
background-color: #F2ABBA;
}
</style>
border-color css
<style>
span { border-color: #F2ABBA; }
span { border-color: rgb(242,171,186); }
td.TdClassName
{
border-color: #F2ABBA;
}
.TagClassName
{
border-color: #F2ABBA;
}
</style>