Shades of Cupid #F6A6BB
Tints of Cupid #F6A6BB
RGB
CMYK
RGB Variations
Color information
#F6A6BB (or 0xF6A6BB) is known color: Cupid. HEX triplet: F6, A6 and BB. RGB value is (246,166,187). Sum of RGB (Red+Green+Blue) = 246+166+187=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6BB is #095944. Grayscale: #C0C0C0. Windows color (decimal): -612677 or 12297974. OLE color: 12297974.
HSL color Cylindrical-coordinate representation of color #F6A6BB: hue angle of 344.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6BB is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 187 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.04 |
| HSL | 344.25º | 0.82% | 0.81% | - |
| HSV(B) | 344.25º | 0.33% | 0.96% | - |
| XYZ | 60.61 | 50.45 | 53.56 | - |
| YUV | 192.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 187 | 0 | 0.33 | 0.24 | 0.04 | 344.25 | 0.82 | 0.81 |
| Hex | F6 | A6 | BB | 0 | 21 | 18 | 4 | 158 | 52 | 51 |
| Octal | 366 | 246 | 273 | 0 | 41 | 30 | 4 | 530 | 122 | 121 |
| Binary | 11110110 | 10100110 | 10111011 | 0 | 100001 | 11000 | 100 | 101011000 | 1010010 | 1010001 |
Color Harmonies of #F6A6BB
Complementary color
Monochromatic Colors of #F6A6BB
Black with #F6A6BB
Text Example
Text Example
White with #F6A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A6BB; }
p { color: rgb(246,166,187); }
H1.HeaderClassName
{
color: #F6A6BB;
}
.AnyTagClassName
{
color: #F6A6BB;
}
</style>
background-color css
<style>
a { background-color: #F6A6BB; }
a { background-color: rgb(246,166,187); }
div.DivClassName
{
background-color: #F6A6BB;
}
.BgClassName
{
background-color: #F6A6BB;
}
</style>
border-color css
<style>
span { border-color: #F6A6BB; }
span { border-color: rgb(246,166,187); }
td.TdClassName
{
border-color: #F6A6BB;
}
.TagClassName
{
border-color: #F6A6BB;
}
</style>