Shades of Cupid #F6A9BB
Tints of Cupid #F6A9BB
RGB
CMYK
RGB Variations
Color information
#F6A9BB (or 0xF6A9BB) is known color: Cupid. HEX triplet: F6, A9 and BB. RGB value is (246,169,187). Sum of RGB (Red+Green+Blue) = 246+169+187=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9BB is #095644. Grayscale: #C2C2C2. Windows color (decimal): -611909 or 12298742. OLE color: 12298742.
HSL color Cylindrical-coordinate representation of color #F6A9BB: hue angle of 345.97º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9BB is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 187 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.04 |
| HSL | 345.97º | 0.81% | 0.81% | - |
| HSV(B) | 345.97º | 0.31% | 0.96% | - |
| XYZ | 61.16 | 51.56 | 53.74 | - |
| YUV | 194.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 187 | 0 | 0.31 | 0.24 | 0.04 | 345.97 | 0.81 | 0.81 |
| Hex | F6 | A9 | BB | 0 | 1F | 18 | 4 | 15A | 51 | 51 |
| Octal | 366 | 251 | 273 | 0 | 37 | 30 | 4 | 532 | 121 | 121 |
| Binary | 11110110 | 10101001 | 10111011 | 0 | 11111 | 11000 | 100 | 101011010 | 1010001 | 1010001 |
Color Harmonies of #F6A9BB
Complementary color
Monochromatic Colors of #F6A9BB
Black with #F6A9BB
Text Example
Text Example
White with #F6A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A9BB; }
p { color: rgb(246,169,187); }
H1.HeaderClassName
{
color: #F6A9BB;
}
.AnyTagClassName
{
color: #F6A9BB;
}
</style>
background-color css
<style>
a { background-color: #F6A9BB; }
a { background-color: rgb(246,169,187); }
div.DivClassName
{
background-color: #F6A9BB;
}
.BgClassName
{
background-color: #F6A9BB;
}
</style>
border-color css
<style>
span { border-color: #F6A9BB; }
span { border-color: rgb(246,169,187); }
td.TdClassName
{
border-color: #F6A9BB;
}
.TagClassName
{
border-color: #F6A9BB;
}
</style>