Shades of Cupid #F0B2C5
Tints of Cupid #F0B2C5
RGB
CMYK
RGB Variations
Color information
#F0B2C5 (or 0xF0B2C5) is known color: Cupid. HEX triplet: F0, B2 and C5. RGB value is (240,178,197). Sum of RGB (Red+Green+Blue) = 240+178+197=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2C5 is #0F4D3A. Grayscale: #C6C6C6. Windows color (decimal): -1002811 or 12956400. OLE color: 12956400.
HSL color Cylindrical-coordinate representation of color #F0B2C5: hue angle of 341.61º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2C5 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 197 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.06 |
| HSL | 341.61º | 0.67% | 0.82% | - |
| HSV(B) | 341.61º | 0.26% | 0.94% | - |
| XYZ | 61.93 | 54.4 | 60.06 | - |
| YUV | 198.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 197 | 0 | 0.26 | 0.18 | 0.06 | 341.61 | 0.67 | 0.82 |
| Hex | F0 | B2 | C5 | 0 | 1A | 12 | 6 | 156 | 43 | 52 |
| Octal | 360 | 262 | 305 | 0 | 32 | 22 | 6 | 526 | 103 | 122 |
| Binary | 11110000 | 10110010 | 11000101 | 0 | 11010 | 10010 | 110 | 101010110 | 1000011 | 1010010 |
Color Harmonies of #F0B2C5
Complementary color
Monochromatic Colors of #F0B2C5
Black with #F0B2C5
Text Example
Text Example
White with #F0B2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2C5; }
p { color: rgb(240,178,197); }
H1.HeaderClassName
{
color: #F0B2C5;
}
.AnyTagClassName
{
color: #F0B2C5;
}
</style>
background-color css
<style>
a { background-color: #F0B2C5; }
a { background-color: rgb(240,178,197); }
div.DivClassName
{
background-color: #F0B2C5;
}
.BgClassName
{
background-color: #F0B2C5;
}
</style>
border-color css
<style>
span { border-color: #F0B2C5; }
span { border-color: rgb(240,178,197); }
td.TdClassName
{
border-color: #F0B2C5;
}
.TagClassName
{
border-color: #F0B2C5;
}
</style>