Shades of Cupid #F4AFC0
Tints of Cupid #F4AFC0
RGB
CMYK
RGB Variations
Color information
#F4AFC0 (or 0xF4AFC0) is known color: Cupid. HEX triplet: F4, AF and C0. RGB value is (244,175,192). Sum of RGB (Red+Green+Blue) = 244+175+192=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFC0 is #0B503F. Grayscale: #C5C5C5. Windows color (decimal): -741440 or 12627956. OLE color: 12627956.
HSL color Cylindrical-coordinate representation of color #F4AFC0: hue angle of 345.22º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFC0 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 192 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.04 |
| HSL | 345.22º | 0.76% | 0.82% | - |
| HSV(B) | 345.22º | 0.28% | 0.96% | - |
| XYZ | 62.15 | 53.7 | 56.96 | - |
| YUV | 197.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 192 | 0 | 0.28 | 0.21 | 0.04 | 345.22 | 0.76 | 0.82 |
| Hex | F4 | AF | C0 | 0 | 1C | 15 | 4 | 159 | 4C | 52 |
| Octal | 364 | 257 | 300 | 0 | 34 | 25 | 4 | 531 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11000000 | 0 | 11100 | 10101 | 100 | 101011001 | 1001100 | 1010010 |
Color Harmonies of #F4AFC0
Complementary color
Monochromatic Colors of #F4AFC0
Black with #F4AFC0
Text Example
Text Example
White with #F4AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFC0; }
p { color: rgb(244,175,192); }
H1.HeaderClassName
{
color: #F4AFC0;
}
.AnyTagClassName
{
color: #F4AFC0;
}
</style>
background-color css
<style>
a { background-color: #F4AFC0; }
a { background-color: rgb(244,175,192); }
div.DivClassName
{
background-color: #F4AFC0;
}
.BgClassName
{
background-color: #F4AFC0;
}
</style>
border-color css
<style>
span { border-color: #F4AFC0; }
span { border-color: rgb(244,175,192); }
td.TdClassName
{
border-color: #F4AFC0;
}
.TagClassName
{
border-color: #F4AFC0;
}
</style>