Shades of Cupid #F2ABC0
Tints of Cupid #F2ABC0
RGB
CMYK
RGB Variations
Color information
#F2ABC0 (or 0xF2ABC0) is known color: Cupid. HEX triplet: F2, AB and C0. RGB value is (242,171,192). Sum of RGB (Red+Green+Blue) = 242+171+192=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABC0 is #0D543F. Grayscale: #C2C2C2. Windows color (decimal): -873536 or 12626930. OLE color: 12626930.
HSL color Cylindrical-coordinate representation of color #F2ABC0: hue angle of 342.25º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABC0 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 192 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.05 |
| HSL | 342.25º | 0.73% | 0.81% | - |
| HSV(B) | 342.25º | 0.29% | 0.95% | - |
| XYZ | 60.7 | 51.81 | 56.67 | - |
| YUV | 194.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 192 | 0 | 0.29 | 0.21 | 0.05 | 342.25 | 0.73 | 0.81 |
| Hex | F2 | AB | C0 | 0 | 1D | 15 | 5 | 156 | 49 | 51 |
| Octal | 362 | 253 | 300 | 0 | 35 | 25 | 5 | 526 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11000000 | 0 | 11101 | 10101 | 101 | 101010110 | 1001001 | 1010001 |
Color Harmonies of #F2ABC0
Complementary color
Monochromatic Colors of #F2ABC0
Black with #F2ABC0
Text Example
Text Example
White with #F2ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABC0; }
p { color: rgb(242,171,192); }
H1.HeaderClassName
{
color: #F2ABC0;
}
.AnyTagClassName
{
color: #F2ABC0;
}
</style>
background-color css
<style>
a { background-color: #F2ABC0; }
a { background-color: rgb(242,171,192); }
div.DivClassName
{
background-color: #F2ABC0;
}
.BgClassName
{
background-color: #F2ABC0;
}
</style>
border-color css
<style>
span { border-color: #F2ABC0; }
span { border-color: rgb(242,171,192); }
td.TdClassName
{
border-color: #F2ABC0;
}
.TagClassName
{
border-color: #F2ABC0;
}
</style>