Shades of Cupid #F3A5BC
Tints of Cupid #F3A5BC
RGB
CMYK
RGB Variations
Color information
#F3A5BC (or 0xF3A5BC) is known color: Cupid. HEX triplet: F3, A5 and BC. RGB value is (243,165,188). Sum of RGB (Red+Green+Blue) = 243+165+188=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A5BC is #0C5A43. Grayscale: #BEBEBE. Windows color (decimal): -809540 or 12363251. OLE color: 12363251.
HSL color Cylindrical-coordinate representation of color #F3A5BC: hue angle of 342.31º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A5BC is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 188 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.05 |
| HSL | 342.31º | 0.76% | 0.8% | - |
| HSV(B) | 342.31º | 0.32% | 0.95% | - |
| XYZ | 59.49 | 49.6 | 54.01 | - |
| YUV | 190.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 188 | 0 | 0.32 | 0.23 | 0.05 | 342.31 | 0.76 | 0.8 |
| Hex | F3 | A5 | BC | 0 | 20 | 17 | 5 | 156 | 4C | 50 |
| Octal | 363 | 245 | 274 | 0 | 40 | 27 | 5 | 526 | 114 | 120 |
| Binary | 11110011 | 10100101 | 10111100 | 0 | 100000 | 10111 | 101 | 101010110 | 1001100 | 1010000 |
Color Harmonies of #F3A5BC
Complementary color
Monochromatic Colors of #F3A5BC
Black with #F3A5BC
Text Example
Text Example
White with #F3A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A5BC; }
p { color: rgb(243,165,188); }
H1.HeaderClassName
{
color: #F3A5BC;
}
.AnyTagClassName
{
color: #F3A5BC;
}
</style>
background-color css
<style>
a { background-color: #F3A5BC; }
a { background-color: rgb(243,165,188); }
div.DivClassName
{
background-color: #F3A5BC;
}
.BgClassName
{
background-color: #F3A5BC;
}
</style>
border-color css
<style>
span { border-color: #F3A5BC; }
span { border-color: rgb(243,165,188); }
td.TdClassName
{
border-color: #F3A5BC;
}
.TagClassName
{
border-color: #F3A5BC;
}
</style>