Shades of Cupid #F5A6BE
Tints of Cupid #F5A6BE
RGB
CMYK
RGB Variations
Color information
#F5A6BE (or 0xF5A6BE) is known color: Cupid. HEX triplet: F5, A6 and BE. RGB value is (245,166,190). Sum of RGB (Red+Green+Blue) = 245+166+190=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A6BE is #0A5941. Grayscale: #C0C0C0. Windows color (decimal): -678210 or 12494581. OLE color: 12494581.
HSL color Cylindrical-coordinate representation of color #F5A6BE: hue angle of 341.77º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5A6BE is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 190 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.04 |
| HSL | 341.77º | 0.8% | 0.81% | - |
| HSV(B) | 341.77º | 0.32% | 0.96% | - |
| XYZ | 60.59 | 50.4 | 55.25 | - |
| YUV | 192.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 190 | 0 | 0.32 | 0.22 | 0.04 | 341.77 | 0.8 | 0.81 |
| Hex | F5 | A6 | BE | 0 | 20 | 16 | 4 | 156 | 50 | 51 |
| Octal | 365 | 246 | 276 | 0 | 40 | 26 | 4 | 526 | 120 | 121 |
| Binary | 11110101 | 10100110 | 10111110 | 0 | 100000 | 10110 | 100 | 101010110 | 1010000 | 1010001 |
Color Harmonies of #F5A6BE
Complementary color
Monochromatic Colors of #F5A6BE
Black with #F5A6BE
Text Example
Text Example
White with #F5A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A6BE; }
p { color: rgb(245,166,190); }
H1.HeaderClassName
{
color: #F5A6BE;
}
.AnyTagClassName
{
color: #F5A6BE;
}
</style>
background-color css
<style>
a { background-color: #F5A6BE; }
a { background-color: rgb(245,166,190); }
div.DivClassName
{
background-color: #F5A6BE;
}
.BgClassName
{
background-color: #F5A6BE;
}
</style>
border-color css
<style>
span { border-color: #F5A6BE; }
span { border-color: rgb(245,166,190); }
td.TdClassName
{
border-color: #F5A6BE;
}
.TagClassName
{
border-color: #F5A6BE;
}
</style>