Shades of Cupid #F4AFC9
Tints of Cupid #F4AFC9
RGB
CMYK
RGB Variations
Color information
#F4AFC9 (or 0xF4AFC9) is known color: Cupid. HEX triplet: F4, AF and C9. RGB value is (244,175,201). Sum of RGB (Red+Green+Blue) = 244+175+201=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFC9 is #0B5036. Grayscale: #C6C6C6. Windows color (decimal): -741431 or 13217780. OLE color: 13217780.
HSL color Cylindrical-coordinate representation of color #F4AFC9: hue angle of 337.39º 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 #F4AFC9 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 201 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.04 |
| HSL | 337.39º | 0.76% | 0.82% | - |
| HSV(B) | 337.39º | 0.28% | 0.96% | - |
| XYZ | 63.18 | 54.11 | 62.37 | - |
| YUV | 198.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 201 | 0 | 0.28 | 0.18 | 0.04 | 337.39 | 0.76 | 0.82 |
| Hex | F4 | AF | C9 | 0 | 1C | 12 | 4 | 151 | 4C | 52 |
| Octal | 364 | 257 | 311 | 0 | 34 | 22 | 4 | 521 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11001001 | 0 | 11100 | 10010 | 100 | 101010001 | 1001100 | 1010010 |
Color Harmonies of #F4AFC9
Complementary color
Monochromatic Colors of #F4AFC9
Black with #F4AFC9
Text Example
Text Example
White with #F4AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFC9; }
p { color: rgb(244,175,201); }
H1.HeaderClassName
{
color: #F4AFC9;
}
.AnyTagClassName
{
color: #F4AFC9;
}
</style>
background-color css
<style>
a { background-color: #F4AFC9; }
a { background-color: rgb(244,175,201); }
div.DivClassName
{
background-color: #F4AFC9;
}
.BgClassName
{
background-color: #F4AFC9;
}
</style>
border-color css
<style>
span { border-color: #F4AFC9; }
span { border-color: rgb(244,175,201); }
td.TdClassName
{
border-color: #F4AFC9;
}
.TagClassName
{
border-color: #F4AFC9;
}
</style>