Shades of Cupid #F9AAC1
Tints of Cupid #F9AAC1
RGB
CMYK
RGB Variations
Color information
#F9AAC1 (or 0xF9AAC1) is known color: Cupid. HEX triplet: F9, AA and C1. RGB value is (249,170,193). Sum of RGB (Red+Green+Blue) = 249+170+193=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AAC1 is #06553E. Grayscale: #C4C4C4. Windows color (decimal): -415039 or 12692217. OLE color: 12692217.
HSL color Cylindrical-coordinate representation of color #F9AAC1: hue angle of 342.53º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9AAC1 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 193 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 342.53º | 0.87% | 0.82% | - |
| HSV(B) | 342.53º | 0.32% | 0.98% | - |
| XYZ | 63.07 | 52.74 | 57.31 | - |
| YUV | 196.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 193 | 0 | 0.32 | 0.22 | 0.02 | 342.53 | 0.87 | 0.82 |
| Hex | F9 | AA | C1 | 0 | 20 | 16 | 2 | 157 | 57 | 52 |
| Octal | 371 | 252 | 301 | 0 | 40 | 26 | 2 | 527 | 127 | 122 |
| Binary | 11111001 | 10101010 | 11000001 | 0 | 100000 | 10110 | 10 | 101010111 | 1010111 | 1010010 |
Color Harmonies of #F9AAC1
Complementary color
Monochromatic Colors of #F9AAC1
Black with #F9AAC1
Text Example
Text Example
White with #F9AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAC1; }
p { color: rgb(249,170,193); }
H1.HeaderClassName
{
color: #F9AAC1;
}
.AnyTagClassName
{
color: #F9AAC1;
}
</style>
background-color css
<style>
a { background-color: #F9AAC1; }
a { background-color: rgb(249,170,193); }
div.DivClassName
{
background-color: #F9AAC1;
}
.BgClassName
{
background-color: #F9AAC1;
}
</style>
border-color css
<style>
span { border-color: #F9AAC1; }
span { border-color: rgb(249,170,193); }
td.TdClassName
{
border-color: #F9AAC1;
}
.TagClassName
{
border-color: #F9AAC1;
}
</style>