Shades of Cupid #F3A9BB
Tints of Cupid #F3A9BB
RGB
CMYK
RGB Variations
Color information
#F3A9BB (or 0xF3A9BB) is known color: Cupid. HEX triplet: F3, A9 and BB. RGB value is (243,169,187). Sum of RGB (Red+Green+Blue) = 243+169+187=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9BB is #0C5644. Grayscale: #C1C1C1. Windows color (decimal): -808517 or 12298739. OLE color: 12298739.
HSL color Cylindrical-coordinate representation of color #F3A9BB: hue angle of 345.41º degrees, saturation: 0.76, 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 #F3A9BB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 187 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 345.41º | 0.76% | 0.81% | - |
| HSV(B) | 345.41º | 0.3% | 0.95% | - |
| XYZ | 60.12 | 51.02 | 53.69 | - |
| YUV | 193.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 187 | 0 | 0.30 | 0.23 | 0.05 | 345.41 | 0.76 | 0.81 |
| Hex | F3 | A9 | BB | 0 | 1E | 17 | 5 | 159 | 4C | 51 |
| Octal | 363 | 251 | 273 | 0 | 36 | 27 | 5 | 531 | 114 | 121 |
| Binary | 11110011 | 10101001 | 10111011 | 0 | 11110 | 10111 | 101 | 101011001 | 1001100 | 1010001 |
Color Harmonies of #F3A9BB
Complementary color
Monochromatic Colors of #F3A9BB
Black with #F3A9BB
Text Example
Text Example
White with #F3A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9BB; }
p { color: rgb(243,169,187); }
H1.HeaderClassName
{
color: #F3A9BB;
}
.AnyTagClassName
{
color: #F3A9BB;
}
</style>
background-color css
<style>
a { background-color: #F3A9BB; }
a { background-color: rgb(243,169,187); }
div.DivClassName
{
background-color: #F3A9BB;
}
.BgClassName
{
background-color: #F3A9BB;
}
</style>
border-color css
<style>
span { border-color: #F3A9BB; }
span { border-color: rgb(243,169,187); }
td.TdClassName
{
border-color: #F3A9BB;
}
.TagClassName
{
border-color: #F3A9BB;
}
</style>