Shades of Cupid #F2A9BB
Tints of Cupid #F2A9BB
RGB
CMYK
RGB Variations
Color information
#F2A9BB (or 0xF2A9BB) is known color: Cupid. HEX triplet: F2, A9 and BB. RGB value is (242,169,187). Sum of RGB (Red+Green+Blue) = 242+169+187=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9BB is #0D5644. Grayscale: #C0C0C0. Windows color (decimal): -874053 or 12298738. OLE color: 12298738.
HSL color Cylindrical-coordinate representation of color #F2A9BB: hue angle of 345.21º degrees, saturation: 0.74, 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 #F2A9BB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 187 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 345.21º | 0.74% | 0.81% | - |
| HSV(B) | 345.21º | 0.3% | 0.95% | - |
| XYZ | 59.78 | 50.84 | 53.68 | - |
| YUV | 192.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 187 | 0 | 0.30 | 0.23 | 0.05 | 345.21 | 0.74 | 0.81 |
| Hex | F2 | A9 | BB | 0 | 1E | 17 | 5 | 159 | 4A | 51 |
| Octal | 362 | 251 | 273 | 0 | 36 | 27 | 5 | 531 | 112 | 121 |
| Binary | 11110010 | 10101001 | 10111011 | 0 | 11110 | 10111 | 101 | 101011001 | 1001010 | 1010001 |
Color Harmonies of #F2A9BB
Complementary color
Monochromatic Colors of #F2A9BB
Black with #F2A9BB
Text Example
Text Example
White with #F2A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9BB; }
p { color: rgb(242,169,187); }
H1.HeaderClassName
{
color: #F2A9BB;
}
.AnyTagClassName
{
color: #F2A9BB;
}
</style>
background-color css
<style>
a { background-color: #F2A9BB; }
a { background-color: rgb(242,169,187); }
div.DivClassName
{
background-color: #F2A9BB;
}
.BgClassName
{
background-color: #F2A9BB;
}
</style>
border-color css
<style>
span { border-color: #F2A9BB; }
span { border-color: rgb(242,169,187); }
td.TdClassName
{
border-color: #F2A9BB;
}
.TagClassName
{
border-color: #F2A9BB;
}
</style>