Shades of Cupid #F8A6BA
Tints of Cupid #F8A6BA
RGB
CMYK
RGB Variations
Color information
#F8A6BA (or 0xF8A6BA) is known color: Cupid. HEX triplet: F8, A6 and BA. RGB value is (248,166,186). Sum of RGB (Red+Green+Blue) = 248+166+186=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6BA is #075945. Grayscale: #C0C0C0. Windows color (decimal): -481606 or 12232440. OLE color: 12232440.
HSL color Cylindrical-coordinate representation of color #F8A6BA: hue angle of 345.37º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6BA is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 186 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.03 |
| HSL | 345.37º | 0.85% | 0.81% | - |
| HSV(B) | 345.37º | 0.33% | 0.97% | - |
| XYZ | 61.21 | 50.77 | 53.03 | - |
| YUV | 192.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 186 | 0 | 0.33 | 0.25 | 0.03 | 345.37 | 0.85 | 0.81 |
| Hex | F8 | A6 | BA | 0 | 21 | 19 | 3 | 159 | 55 | 51 |
| Octal | 370 | 246 | 272 | 0 | 41 | 31 | 3 | 531 | 125 | 121 |
| Binary | 11111000 | 10100110 | 10111010 | 0 | 100001 | 11001 | 11 | 101011001 | 1010101 | 1010001 |
Color Harmonies of #F8A6BA
Complementary color
Monochromatic Colors of #F8A6BA
Black with #F8A6BA
Text Example
Text Example
White with #F8A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6BA; }
p { color: rgb(248,166,186); }
H1.HeaderClassName
{
color: #F8A6BA;
}
.AnyTagClassName
{
color: #F8A6BA;
}
</style>
background-color css
<style>
a { background-color: #F8A6BA; }
a { background-color: rgb(248,166,186); }
div.DivClassName
{
background-color: #F8A6BA;
}
.BgClassName
{
background-color: #F8A6BA;
}
</style>
border-color css
<style>
span { border-color: #F8A6BA; }
span { border-color: rgb(248,166,186); }
td.TdClassName
{
border-color: #F8A6BA;
}
.TagClassName
{
border-color: #F8A6BA;
}
</style>