Shades of Cupid #F3A9BD
Tints of Cupid #F3A9BD
RGB
CMYK
RGB Variations
Color information
#F3A9BD (or 0xF3A9BD) is known color: Cupid. HEX triplet: F3, A9 and BD. RGB value is (243,169,189). Sum of RGB (Red+Green+Blue) = 243+169+189=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9BD is #0C5642. Grayscale: #C1C1C1. Windows color (decimal): -808515 or 12429811. OLE color: 12429811.
HSL color Cylindrical-coordinate representation of color #F3A9BD: hue angle of 343.78º 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 #F3A9BD is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 189 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.05 |
| HSL | 343.78º | 0.76% | 0.81% | - |
| HSV(B) | 343.78º | 0.3% | 0.95% | - |
| XYZ | 60.34 | 51.1 | 54.83 | - |
| YUV | 193.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 189 | 0 | 0.30 | 0.22 | 0.05 | 343.78 | 0.76 | 0.81 |
| Hex | F3 | A9 | BD | 0 | 1E | 16 | 5 | 158 | 4C | 51 |
| Octal | 363 | 251 | 275 | 0 | 36 | 26 | 5 | 530 | 114 | 121 |
| Binary | 11110011 | 10101001 | 10111101 | 0 | 11110 | 10110 | 101 | 101011000 | 1001100 | 1010001 |
Color Harmonies of #F3A9BD
Complementary color
Monochromatic Colors of #F3A9BD
Black with #F3A9BD
Text Example
Text Example
White with #F3A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9BD; }
p { color: rgb(243,169,189); }
H1.HeaderClassName
{
color: #F3A9BD;
}
.AnyTagClassName
{
color: #F3A9BD;
}
</style>
background-color css
<style>
a { background-color: #F3A9BD; }
a { background-color: rgb(243,169,189); }
div.DivClassName
{
background-color: #F3A9BD;
}
.BgClassName
{
background-color: #F3A9BD;
}
</style>
border-color css
<style>
span { border-color: #F3A9BD; }
span { border-color: rgb(243,169,189); }
td.TdClassName
{
border-color: #F3A9BD;
}
.TagClassName
{
border-color: #F3A9BD;
}
</style>