Shades of Cupid #F2ABB9
Tints of Cupid #F2ABB9
RGB
CMYK
RGB Variations
Color information
#F2ABB9 (or 0xF2ABB9) is known color: Cupid. HEX triplet: F2, AB and B9. RGB value is (242,171,185). Sum of RGB (Red+Green+Blue) = 242+171+185=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABB9 is #0D5446. Grayscale: #C1C1C1. Windows color (decimal): -873543 or 12168178. OLE color: 12168178.
HSL color Cylindrical-coordinate representation of color #F2ABB9: hue angle of 348.17º 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 #F2ABB9 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 185 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.05 |
| HSL | 348.17º | 0.73% | 0.81% | - |
| HSV(B) | 348.17º | 0.29% | 0.95% | - |
| XYZ | 59.94 | 51.51 | 52.68 | - |
| YUV | 193.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 185 | 0 | 0.29 | 0.24 | 0.05 | 348.17 | 0.73 | 0.81 |
| Hex | F2 | AB | B9 | 0 | 1D | 18 | 5 | 15C | 49 | 51 |
| Octal | 362 | 253 | 271 | 0 | 35 | 30 | 5 | 534 | 111 | 121 |
| Binary | 11110010 | 10101011 | 10111001 | 0 | 11101 | 11000 | 101 | 101011100 | 1001001 | 1010001 |
Color Harmonies of #F2ABB9
Complementary color
Monochromatic Colors of #F2ABB9
Black with #F2ABB9
Text Example
Text Example
White with #F2ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABB9; }
p { color: rgb(242,171,185); }
H1.HeaderClassName
{
color: #F2ABB9;
}
.AnyTagClassName
{
color: #F2ABB9;
}
</style>
background-color css
<style>
a { background-color: #F2ABB9; }
a { background-color: rgb(242,171,185); }
div.DivClassName
{
background-color: #F2ABB9;
}
.BgClassName
{
background-color: #F2ABB9;
}
</style>
border-color css
<style>
span { border-color: #F2ABB9; }
span { border-color: rgb(242,171,185); }
td.TdClassName
{
border-color: #F2ABB9;
}
.TagClassName
{
border-color: #F2ABB9;
}
</style>