Shades of Cupid #F0B0CA
Tints of Cupid #F0B0CA
RGB
CMYK
RGB Variations
Color information
#F0B0CA (or 0xF0B0CA) is known color: Cupid. HEX triplet: F0, B0 and CA. RGB value is (240,176,202). Sum of RGB (Red+Green+Blue) = 240+176+202=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0CA is #0F4F35. Grayscale: #C6C6C6. Windows color (decimal): -1003318 or 13283568. OLE color: 13283568.
HSL color Cylindrical-coordinate representation of color #F0B0CA: hue angle of 335.62º 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 #F0B0CA is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 202 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.06 |
| HSL | 335.63º | 0.68% | 0.82% | - |
| HSV(B) | 335.63º | 0.27% | 0.94% | - |
| XYZ | 62.12 | 53.84 | 63 | - |
| YUV | 198.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 202 | 0 | 0.27 | 0.16 | 0.06 | 335.63 | 0.68 | 0.82 |
| Hex | F0 | B0 | CA | 0 | 1B | 10 | 6 | 150 | 44 | 52 |
| Octal | 360 | 260 | 312 | 0 | 33 | 20 | 6 | 520 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11001010 | 0 | 11011 | 10000 | 110 | 101010000 | 1000100 | 1010010 |
Color Harmonies of #F0B0CA
Complementary color
Monochromatic Colors of #F0B0CA
Black with #F0B0CA
Text Example
Text Example
White with #F0B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0CA; }
p { color: rgb(240,176,202); }
H1.HeaderClassName
{
color: #F0B0CA;
}
.AnyTagClassName
{
color: #F0B0CA;
}
</style>
background-color css
<style>
a { background-color: #F0B0CA; }
a { background-color: rgb(240,176,202); }
div.DivClassName
{
background-color: #F0B0CA;
}
.BgClassName
{
background-color: #F0B0CA;
}
</style>
border-color css
<style>
span { border-color: #F0B0CA; }
span { border-color: rgb(240,176,202); }
td.TdClassName
{
border-color: #F0B0CA;
}
.TagClassName
{
border-color: #F0B0CA;
}
</style>