Shades of Cupid #F5B0C0
Tints of Cupid #F5B0C0
RGB
CMYK
RGB Variations
Color information
#F5B0C0 (or 0xF5B0C0) is known color: Cupid. HEX triplet: F5, B0 and C0. RGB value is (245,176,192). Sum of RGB (Red+Green+Blue) = 245+176+192=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0C0 is #0A4F3F. Grayscale: #C6C6C6. Windows color (decimal): -675648 or 12628213. OLE color: 12628213.
HSL color Cylindrical-coordinate representation of color #F5B0C0: hue angle of 346.09º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B0C0 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 192 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.04 |
| HSL | 346.09º | 0.78% | 0.83% | - |
| HSV(B) | 346.09º | 0.28% | 0.96% | - |
| XYZ | 62.7 | 54.27 | 57.04 | - |
| YUV | 198.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 192 | 0 | 0.28 | 0.22 | 0.04 | 346.09 | 0.78 | 0.83 |
| Hex | F5 | B0 | C0 | 0 | 1C | 16 | 4 | 15A | 4E | 53 |
| Octal | 365 | 260 | 300 | 0 | 34 | 26 | 4 | 532 | 116 | 123 |
| Binary | 11110101 | 10110000 | 11000000 | 0 | 11100 | 10110 | 100 | 101011010 | 1001110 | 1010011 |
Color Harmonies of #F5B0C0
Complementary color
Monochromatic Colors of #F5B0C0
Black with #F5B0C0
Text Example
Text Example
White with #F5B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0C0; }
p { color: rgb(245,176,192); }
H1.HeaderClassName
{
color: #F5B0C0;
}
.AnyTagClassName
{
color: #F5B0C0;
}
</style>
background-color css
<style>
a { background-color: #F5B0C0; }
a { background-color: rgb(245,176,192); }
div.DivClassName
{
background-color: #F5B0C0;
}
.BgClassName
{
background-color: #F5B0C0;
}
</style>
border-color css
<style>
span { border-color: #F5B0C0; }
span { border-color: rgb(245,176,192); }
td.TdClassName
{
border-color: #F5B0C0;
}
.TagClassName
{
border-color: #F5B0C0;
}
</style>