Shades of Cupid #F6A3BB
Tints of Cupid #F6A3BB
RGB
CMYK
RGB Variations
Color information
#F6A3BB (or 0xF6A3BB) is known color: Cupid. HEX triplet: F6, A3 and BB. RGB value is (246,163,187). Sum of RGB (Red+Green+Blue) = 246+163+187=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A3BB is #095C44. Grayscale: #BEBEBE. Windows color (decimal): -613445 or 12297206. OLE color: 12297206.
HSL color Cylindrical-coordinate representation of color #F6A3BB: hue angle of 342.65º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A3BB is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 187 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.04 |
| HSL | 342.65º | 0.82% | 0.8% | - |
| HSV(B) | 342.65º | 0.34% | 0.96% | - |
| XYZ | 60.07 | 49.38 | 53.38 | - |
| YUV | 190.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 187 | 0 | 0.34 | 0.24 | 0.04 | 342.65 | 0.82 | 0.8 |
| Hex | F6 | A3 | BB | 0 | 22 | 18 | 4 | 157 | 52 | 50 |
| Octal | 366 | 243 | 273 | 0 | 42 | 30 | 4 | 527 | 122 | 120 |
| Binary | 11110110 | 10100011 | 10111011 | 0 | 100010 | 11000 | 100 | 101010111 | 1010010 | 1010000 |
Color Harmonies of #F6A3BB
Complementary color
Monochromatic Colors of #F6A3BB
Black with #F6A3BB
Text Example
Text Example
White with #F6A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A3BB; }
p { color: rgb(246,163,187); }
H1.HeaderClassName
{
color: #F6A3BB;
}
.AnyTagClassName
{
color: #F6A3BB;
}
</style>
background-color css
<style>
a { background-color: #F6A3BB; }
a { background-color: rgb(246,163,187); }
div.DivClassName
{
background-color: #F6A3BB;
}
.BgClassName
{
background-color: #F6A3BB;
}
</style>
border-color css
<style>
span { border-color: #F6A3BB; }
span { border-color: rgb(246,163,187); }
td.TdClassName
{
border-color: #F6A3BB;
}
.TagClassName
{
border-color: #F6A3BB;
}
</style>