Shades of Cupid #F3A6BC
Tints of Cupid #F3A6BC
RGB
CMYK
RGB Variations
Color information
#F3A6BC (or 0xF3A6BC) is known color: Cupid. HEX triplet: F3, A6 and BC. RGB value is (243,166,188). Sum of RGB (Red+Green+Blue) = 243+166+188=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6BC is #0C5943. Grayscale: #BFBFBF. Windows color (decimal): -809284 or 12363507. OLE color: 12363507.
HSL color Cylindrical-coordinate representation of color #F3A6BC: hue angle of 342.86º 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 #F3A6BC is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 188 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.05 |
| HSL | 342.86º | 0.76% | 0.8% | - |
| HSV(B) | 342.86º | 0.32% | 0.95% | - |
| XYZ | 59.68 | 49.96 | 54.07 | - |
| YUV | 191.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 188 | 0 | 0.32 | 0.23 | 0.05 | 342.86 | 0.76 | 0.8 |
| Hex | F3 | A6 | BC | 0 | 20 | 17 | 5 | 157 | 4C | 50 |
| Octal | 363 | 246 | 274 | 0 | 40 | 27 | 5 | 527 | 114 | 120 |
| Binary | 11110011 | 10100110 | 10111100 | 0 | 100000 | 10111 | 101 | 101010111 | 1001100 | 1010000 |
Color Harmonies of #F3A6BC
Complementary color
Monochromatic Colors of #F3A6BC
Black with #F3A6BC
Text Example
Text Example
White with #F3A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A6BC; }
p { color: rgb(243,166,188); }
H1.HeaderClassName
{
color: #F3A6BC;
}
.AnyTagClassName
{
color: #F3A6BC;
}
</style>
background-color css
<style>
a { background-color: #F3A6BC; }
a { background-color: rgb(243,166,188); }
div.DivClassName
{
background-color: #F3A6BC;
}
.BgClassName
{
background-color: #F3A6BC;
}
</style>
border-color css
<style>
span { border-color: #F3A6BC; }
span { border-color: rgb(243,166,188); }
td.TdClassName
{
border-color: #F3A6BC;
}
.TagClassName
{
border-color: #F3A6BC;
}
</style>