Shades of Cupid #F4ACC9
Tints of Cupid #F4ACC9
RGB
CMYK
RGB Variations
Color information
#F4ACC9 (or 0xF4ACC9) is known color: Cupid. HEX triplet: F4, AC and C9. RGB value is (244,172,201). Sum of RGB (Red+Green+Blue) = 244+172+201=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACC9 is #0B5336. Grayscale: #C4C4C4. Windows color (decimal): -742199 or 13217012. OLE color: 13217012.
HSL color Cylindrical-coordinate representation of color #F4ACC9: hue angle of 335.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACC9 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 201 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.04 |
| HSL | 335.83º | 0.77% | 0.82% | - |
| HSV(B) | 335.83º | 0.3% | 0.96% | - |
| XYZ | 62.6 | 52.96 | 62.18 | - |
| YUV | 196.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 201 | 0 | 0.30 | 0.18 | 0.04 | 335.83 | 0.77 | 0.82 |
| Hex | F4 | AC | C9 | 0 | 1E | 12 | 4 | 150 | 4D | 52 |
| Octal | 364 | 254 | 311 | 0 | 36 | 22 | 4 | 520 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11001001 | 0 | 11110 | 10010 | 100 | 101010000 | 1001101 | 1010010 |
Color Harmonies of #F4ACC9
Complementary color
Monochromatic Colors of #F4ACC9
Black with #F4ACC9
Text Example
Text Example
White with #F4ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACC9; }
p { color: rgb(244,172,201); }
H1.HeaderClassName
{
color: #F4ACC9;
}
.AnyTagClassName
{
color: #F4ACC9;
}
</style>
background-color css
<style>
a { background-color: #F4ACC9; }
a { background-color: rgb(244,172,201); }
div.DivClassName
{
background-color: #F4ACC9;
}
.BgClassName
{
background-color: #F4ACC9;
}
</style>
border-color css
<style>
span { border-color: #F4ACC9; }
span { border-color: rgb(244,172,201); }
td.TdClassName
{
border-color: #F4ACC9;
}
.TagClassName
{
border-color: #F4ACC9;
}
</style>