Shades of Cupid #F3A2BC
Tints of Cupid #F3A2BC
RGB
CMYK
RGB Variations
Color information
#F3A2BC (or 0xF3A2BC) is known color: Cupid. HEX triplet: F3, A2 and BC. RGB value is (243,162,188). Sum of RGB (Red+Green+Blue) = 243+162+188=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2BC is #0C5D43. Grayscale: #BDBDBD. Windows color (decimal): -810308 or 12362483. OLE color: 12362483.
HSL color Cylindrical-coordinate representation of color #F3A2BC: hue angle of 340.74º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A2BC is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 188 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.05 |
| HSL | 340.74º | 0.77% | 0.79% | - |
| HSV(B) | 340.74º | 0.33% | 0.95% | - |
| XYZ | 58.96 | 48.53 | 53.84 | - |
| YUV | 189.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 188 | 0 | 0.33 | 0.23 | 0.05 | 340.74 | 0.77 | 0.79 |
| Hex | F3 | A2 | BC | 0 | 21 | 17 | 5 | 155 | 4D | 4F |
| Octal | 363 | 242 | 274 | 0 | 41 | 27 | 5 | 525 | 115 | 117 |
| Binary | 11110011 | 10100010 | 10111100 | 0 | 100001 | 10111 | 101 | 101010101 | 1001101 | 1001111 |
Color Harmonies of #F3A2BC
Complementary color
Monochromatic Colors of #F3A2BC
Black with #F3A2BC
Text Example
Text Example
White with #F3A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A2BC; }
p { color: rgb(243,162,188); }
H1.HeaderClassName
{
color: #F3A2BC;
}
.AnyTagClassName
{
color: #F3A2BC;
}
</style>
background-color css
<style>
a { background-color: #F3A2BC; }
a { background-color: rgb(243,162,188); }
div.DivClassName
{
background-color: #F3A2BC;
}
.BgClassName
{
background-color: #F3A2BC;
}
</style>
border-color css
<style>
span { border-color: #F3A2BC; }
span { border-color: rgb(243,162,188); }
td.TdClassName
{
border-color: #F3A2BC;
}
.TagClassName
{
border-color: #F3A2BC;
}
</style>