Shades of Cupid #F4ABC0
Tints of Cupid #F4ABC0
RGB
CMYK
RGB Variations
Color information
#F4ABC0 (or 0xF4ABC0) is known color: Cupid. HEX triplet: F4, AB and C0. RGB value is (244,171,192). Sum of RGB (Red+Green+Blue) = 244+171+192=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABC0 is #0B543F. Grayscale: #C3C3C3. Windows color (decimal): -742464 or 12626932. OLE color: 12626932.
HSL color Cylindrical-coordinate representation of color #F4ABC0: hue angle of 342.74º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABC0 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 192 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.04 |
| HSL | 342.74º | 0.77% | 0.81% | - |
| HSV(B) | 342.74º | 0.3% | 0.96% | - |
| XYZ | 61.39 | 52.16 | 56.7 | - |
| YUV | 195.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 192 | 0 | 0.30 | 0.21 | 0.04 | 342.74 | 0.77 | 0.81 |
| Hex | F4 | AB | C0 | 0 | 1E | 15 | 4 | 157 | 4D | 51 |
| Octal | 364 | 253 | 300 | 0 | 36 | 25 | 4 | 527 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11000000 | 0 | 11110 | 10101 | 100 | 101010111 | 1001101 | 1010001 |
Color Harmonies of #F4ABC0
Complementary color
Monochromatic Colors of #F4ABC0
Black with #F4ABC0
Text Example
Text Example
White with #F4ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABC0; }
p { color: rgb(244,171,192); }
H1.HeaderClassName
{
color: #F4ABC0;
}
.AnyTagClassName
{
color: #F4ABC0;
}
</style>
background-color css
<style>
a { background-color: #F4ABC0; }
a { background-color: rgb(244,171,192); }
div.DivClassName
{
background-color: #F4ABC0;
}
.BgClassName
{
background-color: #F4ABC0;
}
</style>
border-color css
<style>
span { border-color: #F4ABC0; }
span { border-color: rgb(244,171,192); }
td.TdClassName
{
border-color: #F4ABC0;
}
.TagClassName
{
border-color: #F4ABC0;
}
</style>