Shades of Cupid #F0B0C5
Tints of Cupid #F0B0C5
RGB
CMYK
RGB Variations
Color information
#F0B0C5 (or 0xF0B0C5) is known color: Cupid. HEX triplet: F0, B0 and C5. RGB value is (240,176,197). Sum of RGB (Red+Green+Blue) = 240+176+197=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0C5 is #0F4F3A. Grayscale: #C5C5C5. Windows color (decimal): -1003323 or 12955888. OLE color: 12955888.
HSL color Cylindrical-coordinate representation of color #F0B0C5: hue angle of 340.31º 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 #F0B0C5 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 197 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.06 |
| HSL | 340.31º | 0.68% | 0.82% | - |
| HSV(B) | 340.31º | 0.27% | 0.94% | - |
| XYZ | 61.54 | 53.61 | 59.93 | - |
| YUV | 197.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 197 | 0 | 0.27 | 0.18 | 0.06 | 340.31 | 0.68 | 0.82 |
| Hex | F0 | B0 | C5 | 0 | 1B | 12 | 6 | 154 | 44 | 52 |
| Octal | 360 | 260 | 305 | 0 | 33 | 22 | 6 | 524 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11000101 | 0 | 11011 | 10010 | 110 | 101010100 | 1000100 | 1010010 |
Color Harmonies of #F0B0C5
Complementary color
Monochromatic Colors of #F0B0C5
Black with #F0B0C5
Text Example
Text Example
White with #F0B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0C5; }
p { color: rgb(240,176,197); }
H1.HeaderClassName
{
color: #F0B0C5;
}
.AnyTagClassName
{
color: #F0B0C5;
}
</style>
background-color css
<style>
a { background-color: #F0B0C5; }
a { background-color: rgb(240,176,197); }
div.DivClassName
{
background-color: #F0B0C5;
}
.BgClassName
{
background-color: #F0B0C5;
}
</style>
border-color css
<style>
span { border-color: #F0B0C5; }
span { border-color: rgb(240,176,197); }
td.TdClassName
{
border-color: #F0B0C5;
}
.TagClassName
{
border-color: #F0B0C5;
}
</style>