Shades of Cupid #F3A3BB
Tints of Cupid #F3A3BB
RGB
CMYK
RGB Variations
Color information
#F3A3BB (or 0xF3A3BB) is known color: Cupid. HEX triplet: F3, A3 and BB. RGB value is (243,163,187). Sum of RGB (Red+Green+Blue) = 243+163+187=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3BB is #0C5C44. Grayscale: #BDBDBD. Windows color (decimal): -810053 or 12297203. OLE color: 12297203.
HSL color Cylindrical-coordinate representation of color #F3A3BB: hue angle of 342º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A3BB is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 187 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.05 |
| HSL | 342º | 0.77% | 0.8% | - |
| HSV(B) | 342º | 0.33% | 0.95% | - |
| XYZ | 59.03 | 48.84 | 53.33 | - |
| YUV | 189.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 187 | 0 | 0.33 | 0.23 | 0.05 | 342 | 0.77 | 0.8 |
| Hex | F3 | A3 | BB | 0 | 21 | 17 | 5 | 156 | 4D | 50 |
| Octal | 363 | 243 | 273 | 0 | 41 | 27 | 5 | 526 | 115 | 120 |
| Binary | 11110011 | 10100011 | 10111011 | 0 | 100001 | 10111 | 101 | 101010110 | 1001101 | 1010000 |
Color Harmonies of #F3A3BB
Complementary color
Monochromatic Colors of #F3A3BB
Black with #F3A3BB
Text Example
Text Example
White with #F3A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3BB; }
p { color: rgb(243,163,187); }
H1.HeaderClassName
{
color: #F3A3BB;
}
.AnyTagClassName
{
color: #F3A3BB;
}
</style>
background-color css
<style>
a { background-color: #F3A3BB; }
a { background-color: rgb(243,163,187); }
div.DivClassName
{
background-color: #F3A3BB;
}
.BgClassName
{
background-color: #F3A3BB;
}
</style>
border-color css
<style>
span { border-color: #F3A3BB; }
span { border-color: rgb(243,163,187); }
td.TdClassName
{
border-color: #F3A3BB;
}
.TagClassName
{
border-color: #F3A3BB;
}
</style>