Shades of Cupid #F1ABBA
Tints of Cupid #F1ABBA
RGB
CMYK
RGB Variations
Color information
#F1ABBA (or 0xF1ABBA) is known color: Cupid. HEX triplet: F1, AB and BA. RGB value is (241,171,186). Sum of RGB (Red+Green+Blue) = 241+171+186=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABBA is #0E5445. Grayscale: #C1C1C1. Windows color (decimal): -939078 or 12233713. OLE color: 12233713.
HSL color Cylindrical-coordinate representation of color #F1ABBA: hue angle of 347.14º degrees, saturation: 0.71, 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 #F1ABBA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 186 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.05 |
| HSL | 347.14º | 0.71% | 0.81% | - |
| HSV(B) | 347.14º | 0.29% | 0.95% | - |
| XYZ | 59.7 | 51.37 | 53.22 | - |
| YUV | 193.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 186 | 0 | 0.29 | 0.23 | 0.05 | 347.14 | 0.71 | 0.81 |
| Hex | F1 | AB | BA | 0 | 1D | 17 | 5 | 15B | 47 | 51 |
| Octal | 361 | 253 | 272 | 0 | 35 | 27 | 5 | 533 | 107 | 121 |
| Binary | 11110001 | 10101011 | 10111010 | 0 | 11101 | 10111 | 101 | 101011011 | 1000111 | 1010001 |
Color Harmonies of #F1ABBA
Complementary color
Monochromatic Colors of #F1ABBA
Black with #F1ABBA
Text Example
Text Example
White with #F1ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABBA; }
p { color: rgb(241,171,186); }
H1.HeaderClassName
{
color: #F1ABBA;
}
.AnyTagClassName
{
color: #F1ABBA;
}
</style>
background-color css
<style>
a { background-color: #F1ABBA; }
a { background-color: rgb(241,171,186); }
div.DivClassName
{
background-color: #F1ABBA;
}
.BgClassName
{
background-color: #F1ABBA;
}
</style>
border-color css
<style>
span { border-color: #F1ABBA; }
span { border-color: rgb(241,171,186); }
td.TdClassName
{
border-color: #F1ABBA;
}
.TagClassName
{
border-color: #F1ABBA;
}
</style>