Shades of Cupid #F1AABC
Tints of Cupid #F1AABC
RGB
CMYK
RGB Variations
Color information
#F1AABC (or 0xF1AABC) is known color: Cupid. HEX triplet: F1, AA and BC. RGB value is (241,170,188). Sum of RGB (Red+Green+Blue) = 241+170+188=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AABC is #0E5543. Grayscale: #C1C1C1. Windows color (decimal): -939332 or 12364529. OLE color: 12364529.
HSL color Cylindrical-coordinate representation of color #F1AABC: hue angle of 344.79º 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 #F1AABC is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 188 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.05 |
| HSL | 344.79º | 0.72% | 0.81% | - |
| HSV(B) | 344.79º | 0.29% | 0.95% | - |
| XYZ | 59.73 | 51.08 | 54.29 | - |
| YUV | 193.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 188 | 0 | 0.29 | 0.22 | 0.05 | 344.79 | 0.72 | 0.81 |
| Hex | F1 | AA | BC | 0 | 1D | 16 | 5 | 159 | 48 | 51 |
| Octal | 361 | 252 | 274 | 0 | 35 | 26 | 5 | 531 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10111100 | 0 | 11101 | 10110 | 101 | 101011001 | 1001000 | 1010001 |
Color Harmonies of #F1AABC
Complementary color
Monochromatic Colors of #F1AABC
Black with #F1AABC
Text Example
Text Example
White with #F1AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AABC; }
p { color: rgb(241,170,188); }
H1.HeaderClassName
{
color: #F1AABC;
}
.AnyTagClassName
{
color: #F1AABC;
}
</style>
background-color css
<style>
a { background-color: #F1AABC; }
a { background-color: rgb(241,170,188); }
div.DivClassName
{
background-color: #F1AABC;
}
.BgClassName
{
background-color: #F1AABC;
}
</style>
border-color css
<style>
span { border-color: #F1AABC; }
span { border-color: rgb(241,170,188); }
td.TdClassName
{
border-color: #F1AABC;
}
.TagClassName
{
border-color: #F1AABC;
}
</style>