Shades of Cupid #F0ABC7
Tints of Cupid #F0ABC7
RGB
CMYK
RGB Variations
Color information
#F0ABC7 (or 0xF0ABC7) is known color: Cupid. HEX triplet: F0, AB and C7. RGB value is (240,171,199). Sum of RGB (Red+Green+Blue) = 240+171+199=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC7 is #0F5438. Grayscale: #C2C2C2. Windows color (decimal): -1004601 or 13085680. OLE color: 13085680.
HSL color Cylindrical-coordinate representation of color #F0ABC7: hue angle of 335.65º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABC7 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 199 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.06 |
| HSL | 335.65º | 0.7% | 0.81% | - |
| HSV(B) | 335.65º | 0.29% | 0.94% | - |
| XYZ | 60.81 | 51.77 | 60.82 | - |
| YUV | 194.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 199 | 0 | 0.29 | 0.17 | 0.06 | 335.65 | 0.7 | 0.81 |
| Hex | F0 | AB | C7 | 0 | 1D | 11 | 6 | 150 | 46 | 51 |
| Octal | 360 | 253 | 307 | 0 | 35 | 21 | 6 | 520 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11000111 | 0 | 11101 | 10001 | 110 | 101010000 | 1000110 | 1010001 |
Color Harmonies of #F0ABC7
Complementary color
Monochromatic Colors of #F0ABC7
Black with #F0ABC7
Text Example
Text Example
White with #F0ABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABC7; }
p { color: rgb(240,171,199); }
H1.HeaderClassName
{
color: #F0ABC7;
}
.AnyTagClassName
{
color: #F0ABC7;
}
</style>
background-color css
<style>
a { background-color: #F0ABC7; }
a { background-color: rgb(240,171,199); }
div.DivClassName
{
background-color: #F0ABC7;
}
.BgClassName
{
background-color: #F0ABC7;
}
</style>
border-color css
<style>
span { border-color: #F0ABC7; }
span { border-color: rgb(240,171,199); }
td.TdClassName
{
border-color: #F0ABC7;
}
.TagClassName
{
border-color: #F0ABC7;
}
</style>