Shades of Cupid #F0ABC1
Tints of Cupid #F0ABC1
RGB
CMYK
RGB Variations
Color information
#F0ABC1 (or 0xF0ABC1) is known color: Cupid. HEX triplet: F0, AB and C1. RGB value is (240,171,193). Sum of RGB (Red+Green+Blue) = 240+171+193=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC1 is #0F543E. Grayscale: #C2C2C2. Windows color (decimal): -1004607 or 12692464. OLE color: 12692464.
HSL color Cylindrical-coordinate representation of color #F0ABC1: hue angle of 340.87º 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 #F0ABC1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 193 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.06 |
| HSL | 340.87º | 0.7% | 0.81% | - |
| HSV(B) | 340.87º | 0.29% | 0.94% | - |
| XYZ | 60.12 | 51.5 | 57.22 | - |
| YUV | 194.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 193 | 0 | 0.29 | 0.20 | 0.06 | 340.87 | 0.7 | 0.81 |
| Hex | F0 | AB | C1 | 0 | 1D | 14 | 6 | 155 | 46 | 51 |
| Octal | 360 | 253 | 301 | 0 | 35 | 24 | 6 | 525 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11000001 | 0 | 11101 | 10100 | 110 | 101010101 | 1000110 | 1010001 |
Color Harmonies of #F0ABC1
Complementary color
Monochromatic Colors of #F0ABC1
Black with #F0ABC1
Text Example
Text Example
White with #F0ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABC1; }
p { color: rgb(240,171,193); }
H1.HeaderClassName
{
color: #F0ABC1;
}
.AnyTagClassName
{
color: #F0ABC1;
}
</style>
background-color css
<style>
a { background-color: #F0ABC1; }
a { background-color: rgb(240,171,193); }
div.DivClassName
{
background-color: #F0ABC1;
}
.BgClassName
{
background-color: #F0ABC1;
}
</style>
border-color css
<style>
span { border-color: #F0ABC1; }
span { border-color: rgb(240,171,193); }
td.TdClassName
{
border-color: #F0ABC1;
}
.TagClassName
{
border-color: #F0ABC1;
}
</style>