Shades of Cupid #F5A6C0
Tints of Cupid #F5A6C0
RGB
CMYK
RGB Variations
Color information
#F5A6C0 (or 0xF5A6C0) is known color: Cupid. HEX triplet: F5, A6 and C0. RGB value is (245,166,192). Sum of RGB (Red+Green+Blue) = 245+166+192=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A6C0 is #0A593F. Grayscale: #C0C0C0. Windows color (decimal): -678208 or 12625653. OLE color: 12625653.
HSL color Cylindrical-coordinate representation of color #F5A6C0: hue angle of 340.25º 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 #F5A6C0 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 192 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.04 |
| HSL | 340.25º | 0.8% | 0.81% | - |
| HSV(B) | 340.25º | 0.32% | 0.96% | - |
| XYZ | 60.81 | 50.49 | 56.41 | - |
| YUV | 192.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 192 | 0 | 0.32 | 0.22 | 0.04 | 340.25 | 0.8 | 0.81 |
| Hex | F5 | A6 | C0 | 0 | 20 | 16 | 4 | 154 | 50 | 51 |
| Octal | 365 | 246 | 300 | 0 | 40 | 26 | 4 | 524 | 120 | 121 |
| Binary | 11110101 | 10100110 | 11000000 | 0 | 100000 | 10110 | 100 | 101010100 | 1010000 | 1010001 |
Color Harmonies of #F5A6C0
Complementary color
Monochromatic Colors of #F5A6C0
Black with #F5A6C0
Text Example
Text Example
White with #F5A6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A6C0; }
p { color: rgb(245,166,192); }
H1.HeaderClassName
{
color: #F5A6C0;
}
.AnyTagClassName
{
color: #F5A6C0;
}
</style>
background-color css
<style>
a { background-color: #F5A6C0; }
a { background-color: rgb(245,166,192); }
div.DivClassName
{
background-color: #F5A6C0;
}
.BgClassName
{
background-color: #F5A6C0;
}
</style>
border-color css
<style>
span { border-color: #F5A6C0; }
span { border-color: rgb(245,166,192); }
td.TdClassName
{
border-color: #F5A6C0;
}
.TagClassName
{
border-color: #F5A6C0;
}
</style>