Shades of Cupid #F3A9B9
Tints of Cupid #F3A9B9
RGB
CMYK
RGB Variations
Color information
#F3A9B9 (or 0xF3A9B9) is known color: Cupid. HEX triplet: F3, A9 and B9. RGB value is (243,169,185). Sum of RGB (Red+Green+Blue) = 243+169+185=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9B9 is #0C5646. Grayscale: #C0C0C0. Windows color (decimal): -808519 or 12167667. OLE color: 12167667.
HSL color Cylindrical-coordinate representation of color #F3A9B9: hue angle of 347.03º 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 #F3A9B9 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 185 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.05 |
| HSL | 347.03º | 0.76% | 0.81% | - |
| HSV(B) | 347.03º | 0.3% | 0.95% | - |
| XYZ | 59.91 | 50.93 | 52.57 | - |
| YUV | 192.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 185 | 0 | 0.30 | 0.24 | 0.05 | 347.03 | 0.76 | 0.81 |
| Hex | F3 | A9 | B9 | 0 | 1E | 18 | 5 | 15B | 4C | 51 |
| Octal | 363 | 251 | 271 | 0 | 36 | 30 | 5 | 533 | 114 | 121 |
| Binary | 11110011 | 10101001 | 10111001 | 0 | 11110 | 11000 | 101 | 101011011 | 1001100 | 1010001 |
Color Harmonies of #F3A9B9
Complementary color
Monochromatic Colors of #F3A9B9
Black with #F3A9B9
Text Example
Text Example
White with #F3A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9B9; }
p { color: rgb(243,169,185); }
H1.HeaderClassName
{
color: #F3A9B9;
}
.AnyTagClassName
{
color: #F3A9B9;
}
</style>
background-color css
<style>
a { background-color: #F3A9B9; }
a { background-color: rgb(243,169,185); }
div.DivClassName
{
background-color: #F3A9B9;
}
.BgClassName
{
background-color: #F3A9B9;
}
</style>
border-color css
<style>
span { border-color: #F3A9B9; }
span { border-color: rgb(243,169,185); }
td.TdClassName
{
border-color: #F3A9B9;
}
.TagClassName
{
border-color: #F3A9B9;
}
</style>