Shades of Cupid #F0ACC0
Tints of Cupid #F0ACC0
RGB
CMYK
RGB Variations
Color information
#F0ACC0 (or 0xF0ACC0) is known color: Cupid. HEX triplet: F0, AC and C0. RGB value is (240,172,192). Sum of RGB (Red+Green+Blue) = 240+172+192=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACC0 is #0F533F. Grayscale: #C2C2C2. Windows color (decimal): -1004352 or 12627184. OLE color: 12627184.
HSL color Cylindrical-coordinate representation of color #F0ACC0: hue angle of 342.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACC0 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 192 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.06 |
| HSL | 342.35º | 0.69% | 0.81% | - |
| HSV(B) | 342.35º | 0.28% | 0.94% | - |
| XYZ | 60.2 | 51.84 | 56.7 | - |
| YUV | 194.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 192 | 0 | 0.28 | 0.20 | 0.06 | 342.35 | 0.69 | 0.81 |
| Hex | F0 | AC | C0 | 0 | 1C | 14 | 6 | 156 | 45 | 51 |
| Octal | 360 | 254 | 300 | 0 | 34 | 24 | 6 | 526 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11000000 | 0 | 11100 | 10100 | 110 | 101010110 | 1000101 | 1010001 |
Color Harmonies of #F0ACC0
Complementary color
Monochromatic Colors of #F0ACC0
Black with #F0ACC0
Text Example
Text Example
White with #F0ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACC0; }
p { color: rgb(240,172,192); }
H1.HeaderClassName
{
color: #F0ACC0;
}
.AnyTagClassName
{
color: #F0ACC0;
}
</style>
background-color css
<style>
a { background-color: #F0ACC0; }
a { background-color: rgb(240,172,192); }
div.DivClassName
{
background-color: #F0ACC0;
}
.BgClassName
{
background-color: #F0ACC0;
}
</style>
border-color css
<style>
span { border-color: #F0ACC0; }
span { border-color: rgb(240,172,192); }
td.TdClassName
{
border-color: #F0ACC0;
}
.TagClassName
{
border-color: #F0ACC0;
}
</style>