Shades of Cupid #F0B0C0
Tints of Cupid #F0B0C0
RGB
CMYK
RGB Variations
Color information
#F0B0C0 (or 0xF0B0C0) is known color: Cupid. HEX triplet: F0, B0 and C0. RGB value is (240,176,192). Sum of RGB (Red+Green+Blue) = 240+176+192=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0C0 is #0F4F3F. Grayscale: #C4C4C4. Windows color (decimal): -1003328 or 12628208. OLE color: 12628208.
HSL color Cylindrical-coordinate representation of color #F0B0C0: hue angle of 345º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0C0 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 192 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.06 |
| HSL | 345º | 0.68% | 0.82% | - |
| HSV(B) | 345º | 0.27% | 0.94% | - |
| XYZ | 60.97 | 53.38 | 56.96 | - |
| YUV | 196.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 192 | 0 | 0.27 | 0.20 | 0.06 | 345 | 0.68 | 0.82 |
| Hex | F0 | B0 | C0 | 0 | 1B | 14 | 6 | 159 | 44 | 52 |
| Octal | 360 | 260 | 300 | 0 | 33 | 24 | 6 | 531 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11000000 | 0 | 11011 | 10100 | 110 | 101011001 | 1000100 | 1010010 |
Color Harmonies of #F0B0C0
Complementary color
Monochromatic Colors of #F0B0C0
Black with #F0B0C0
Text Example
Text Example
White with #F0B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0C0; }
p { color: rgb(240,176,192); }
H1.HeaderClassName
{
color: #F0B0C0;
}
.AnyTagClassName
{
color: #F0B0C0;
}
</style>
background-color css
<style>
a { background-color: #F0B0C0; }
a { background-color: rgb(240,176,192); }
div.DivClassName
{
background-color: #F0B0C0;
}
.BgClassName
{
background-color: #F0B0C0;
}
</style>
border-color css
<style>
span { border-color: #F0B0C0; }
span { border-color: rgb(240,176,192); }
td.TdClassName
{
border-color: #F0B0C0;
}
.TagClassName
{
border-color: #F0B0C0;
}
</style>