Shades of Cupid #F0ACC6
Tints of Cupid #F0ACC6
RGB
CMYK
RGB Variations
Color information
#F0ACC6 (or 0xF0ACC6) is known color: Cupid. HEX triplet: F0, AC and C6. RGB value is (240,172,198). Sum of RGB (Red+Green+Blue) = 240+172+198=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACC6 is #0F5339. Grayscale: #C3C3C3. Windows color (decimal): -1004346 or 13020400. OLE color: 13020400.
HSL color Cylindrical-coordinate representation of color #F0ACC6: hue angle of 337.06º 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 #F0ACC6 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 198 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.06 |
| HSL | 337.06º | 0.69% | 0.81% | - |
| HSV(B) | 337.06º | 0.28% | 0.94% | - |
| XYZ | 60.88 | 52.11 | 60.28 | - |
| YUV | 195.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 198 | 0 | 0.28 | 0.18 | 0.06 | 337.06 | 0.69 | 0.81 |
| Hex | F0 | AC | C6 | 0 | 1C | 12 | 6 | 151 | 45 | 51 |
| Octal | 360 | 254 | 306 | 0 | 34 | 22 | 6 | 521 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11000110 | 0 | 11100 | 10010 | 110 | 101010001 | 1000101 | 1010001 |
Color Harmonies of #F0ACC6
Complementary color
Monochromatic Colors of #F0ACC6
Black with #F0ACC6
Text Example
Text Example
White with #F0ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACC6; }
p { color: rgb(240,172,198); }
H1.HeaderClassName
{
color: #F0ACC6;
}
.AnyTagClassName
{
color: #F0ACC6;
}
</style>
background-color css
<style>
a { background-color: #F0ACC6; }
a { background-color: rgb(240,172,198); }
div.DivClassName
{
background-color: #F0ACC6;
}
.BgClassName
{
background-color: #F0ACC6;
}
</style>
border-color css
<style>
span { border-color: #F0ACC6; }
span { border-color: rgb(240,172,198); }
td.TdClassName
{
border-color: #F0ACC6;
}
.TagClassName
{
border-color: #F0ACC6;
}
</style>