Shades of Cupid #F6A2BB
Tints of Cupid #F6A2BB
RGB
CMYK
RGB Variations
Color information
#F6A2BB (or 0xF6A2BB) is known color: Cupid. HEX triplet: F6, A2 and BB. RGB value is (246,162,187). Sum of RGB (Red+Green+Blue) = 246+162+187=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A2BB is #095D44. Grayscale: #BDBDBD. Windows color (decimal): -613701 or 12296950. OLE color: 12296950.
HSL color Cylindrical-coordinate representation of color #F6A2BB: hue angle of 342.14º 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 #F6A2BB is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 187 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.04 |
| HSL | 342.14º | 0.82% | 0.8% | - |
| HSV(B) | 342.14º | 0.34% | 0.96% | - |
| XYZ | 59.9 | 49.02 | 53.32 | - |
| YUV | 189.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 187 | 0 | 0.34 | 0.24 | 0.04 | 342.14 | 0.82 | 0.8 |
| Hex | F6 | A2 | BB | 0 | 22 | 18 | 4 | 156 | 52 | 50 |
| Octal | 366 | 242 | 273 | 0 | 42 | 30 | 4 | 526 | 122 | 120 |
| Binary | 11110110 | 10100010 | 10111011 | 0 | 100010 | 11000 | 100 | 101010110 | 1010010 | 1010000 |
Color Harmonies of #F6A2BB
Complementary color
Monochromatic Colors of #F6A2BB
Black with #F6A2BB
Text Example
Text Example
White with #F6A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A2BB; }
p { color: rgb(246,162,187); }
H1.HeaderClassName
{
color: #F6A2BB;
}
.AnyTagClassName
{
color: #F6A2BB;
}
</style>
background-color css
<style>
a { background-color: #F6A2BB; }
a { background-color: rgb(246,162,187); }
div.DivClassName
{
background-color: #F6A2BB;
}
.BgClassName
{
background-color: #F6A2BB;
}
</style>
border-color css
<style>
span { border-color: #F6A2BB; }
span { border-color: rgb(246,162,187); }
td.TdClassName
{
border-color: #F6A2BB;
}
.TagClassName
{
border-color: #F6A2BB;
}
</style>