Shades of Cupid #F6A5BA
Tints of Cupid #F6A5BA
RGB
CMYK
RGB Variations
Color information
#F6A5BA (or 0xF6A5BA) is known color: Cupid. HEX triplet: F6, A5 and BA. RGB value is (246,165,186). Sum of RGB (Red+Green+Blue) = 246+165+186=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5BA is #095A45. Grayscale: #BFBFBF. Windows color (decimal): -612934 or 12232182. OLE color: 12232182.
HSL color Cylindrical-coordinate representation of color #F6A5BA: hue angle of 344.44º 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 #F6A5BA is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 186 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.04 |
| HSL | 344.44º | 0.82% | 0.81% | - |
| HSV(B) | 344.44º | 0.33% | 0.96% | - |
| XYZ | 60.32 | 50.05 | 52.94 | - |
| YUV | 191.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 186 | 0 | 0.33 | 0.24 | 0.04 | 344.44 | 0.82 | 0.81 |
| Hex | F6 | A5 | BA | 0 | 21 | 18 | 4 | 158 | 52 | 51 |
| Octal | 366 | 245 | 272 | 0 | 41 | 30 | 4 | 530 | 122 | 121 |
| Binary | 11110110 | 10100101 | 10111010 | 0 | 100001 | 11000 | 100 | 101011000 | 1010010 | 1010001 |
Color Harmonies of #F6A5BA
Complementary color
Monochromatic Colors of #F6A5BA
Black with #F6A5BA
Text Example
Text Example
White with #F6A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5BA; }
p { color: rgb(246,165,186); }
H1.HeaderClassName
{
color: #F6A5BA;
}
.AnyTagClassName
{
color: #F6A5BA;
}
</style>
background-color css
<style>
a { background-color: #F6A5BA; }
a { background-color: rgb(246,165,186); }
div.DivClassName
{
background-color: #F6A5BA;
}
.BgClassName
{
background-color: #F6A5BA;
}
</style>
border-color css
<style>
span { border-color: #F6A5BA; }
span { border-color: rgb(246,165,186); }
td.TdClassName
{
border-color: #F6A5BA;
}
.TagClassName
{
border-color: #F6A5BA;
}
</style>