Shades of Cupid #F1ABBB
Tints of Cupid #F1ABBB
RGB
CMYK
RGB Variations
Color information
#F1ABBB (or 0xF1ABBB) is known color: Cupid. HEX triplet: F1, AB and BB. RGB value is (241,171,187). Sum of RGB (Red+Green+Blue) = 241+171+187=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABBB is #0E5444. Grayscale: #C1C1C1. Windows color (decimal): -939077 or 12299249. OLE color: 12299249.
HSL color Cylindrical-coordinate representation of color #F1ABBB: hue angle of 346.29º 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 #F1ABBB is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 187 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.05 |
| HSL | 346.29º | 0.71% | 0.81% | - |
| HSV(B) | 346.29º | 0.29% | 0.95% | - |
| XYZ | 59.81 | 51.41 | 53.79 | - |
| YUV | 193.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 187 | 0 | 0.29 | 0.22 | 0.05 | 346.29 | 0.71 | 0.81 |
| Hex | F1 | AB | BB | 0 | 1D | 16 | 5 | 15A | 47 | 51 |
| Octal | 361 | 253 | 273 | 0 | 35 | 26 | 5 | 532 | 107 | 121 |
| Binary | 11110001 | 10101011 | 10111011 | 0 | 11101 | 10110 | 101 | 101011010 | 1000111 | 1010001 |
Color Harmonies of #F1ABBB
Complementary color
Monochromatic Colors of #F1ABBB
Black with #F1ABBB
Text Example
Text Example
White with #F1ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABBB; }
p { color: rgb(241,171,187); }
H1.HeaderClassName
{
color: #F1ABBB;
}
.AnyTagClassName
{
color: #F1ABBB;
}
</style>
background-color css
<style>
a { background-color: #F1ABBB; }
a { background-color: rgb(241,171,187); }
div.DivClassName
{
background-color: #F1ABBB;
}
.BgClassName
{
background-color: #F1ABBB;
}
</style>
border-color css
<style>
span { border-color: #F1ABBB; }
span { border-color: rgb(241,171,187); }
td.TdClassName
{
border-color: #F1ABBB;
}
.TagClassName
{
border-color: #F1ABBB;
}
</style>