Shades of Cupid #F1AABF
Tints of Cupid #F1AABF
RGB
CMYK
RGB Variations
Color information
#F1AABF (or 0xF1AABF) is known color: Cupid. HEX triplet: F1, AA and BF. RGB value is (241,170,191). Sum of RGB (Red+Green+Blue) = 241+170+191=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AABF is #0E5540. Grayscale: #C1C1C1. Windows color (decimal): -939329 or 12561137. OLE color: 12561137.
HSL color Cylindrical-coordinate representation of color #F1AABF: hue angle of 342.25º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AABF is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 191 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.05 |
| HSL | 342.25º | 0.72% | 0.81% | - |
| HSV(B) | 342.25º | 0.29% | 0.95% | - |
| XYZ | 60.05 | 51.21 | 56.01 | - |
| YUV | 193.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 191 | 0 | 0.29 | 0.21 | 0.05 | 342.25 | 0.72 | 0.81 |
| Hex | F1 | AA | BF | 0 | 1D | 15 | 5 | 156 | 48 | 51 |
| Octal | 361 | 252 | 277 | 0 | 35 | 25 | 5 | 526 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10111111 | 0 | 11101 | 10101 | 101 | 101010110 | 1001000 | 1010001 |
Color Harmonies of #F1AABF
Complementary color
Monochromatic Colors of #F1AABF
Black with #F1AABF
Text Example
Text Example
White with #F1AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AABF; }
p { color: rgb(241,170,191); }
H1.HeaderClassName
{
color: #F1AABF;
}
.AnyTagClassName
{
color: #F1AABF;
}
</style>
background-color css
<style>
a { background-color: #F1AABF; }
a { background-color: rgb(241,170,191); }
div.DivClassName
{
background-color: #F1AABF;
}
.BgClassName
{
background-color: #F1AABF;
}
</style>
border-color css
<style>
span { border-color: #F1AABF; }
span { border-color: rgb(241,170,191); }
td.TdClassName
{
border-color: #F1AABF;
}
.TagClassName
{
border-color: #F1AABF;
}
</style>