Shades of Cupid #F1A3BB
Tints of Cupid #F1A3BB
RGB
CMYK
RGB Variations
Color information
#F1A3BB (or 0xF1A3BB) is known color: Cupid. HEX triplet: F1, A3 and BB. RGB value is (241,163,187). Sum of RGB (Red+Green+Blue) = 241+163+187=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3BB is #0E5C44. Grayscale: #BDBDBD. Windows color (decimal): -941125 or 12297201. OLE color: 12297201.
HSL color Cylindrical-coordinate representation of color #F1A3BB: hue angle of 341.54º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3BB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 187 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.05 |
| HSL | 341.54º | 0.74% | 0.79% | - |
| HSV(B) | 341.54º | 0.32% | 0.95% | - |
| XYZ | 58.34 | 48.48 | 53.3 | - |
| YUV | 189.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 187 | 0 | 0.32 | 0.22 | 0.05 | 341.54 | 0.74 | 0.79 |
| Hex | F1 | A3 | BB | 0 | 20 | 16 | 5 | 156 | 4A | 4F |
| Octal | 361 | 243 | 273 | 0 | 40 | 26 | 5 | 526 | 112 | 117 |
| Binary | 11110001 | 10100011 | 10111011 | 0 | 100000 | 10110 | 101 | 101010110 | 1001010 | 1001111 |
Color Harmonies of #F1A3BB
Complementary color
Monochromatic Colors of #F1A3BB
Black with #F1A3BB
Text Example
Text Example
White with #F1A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3BB; }
p { color: rgb(241,163,187); }
H1.HeaderClassName
{
color: #F1A3BB;
}
.AnyTagClassName
{
color: #F1A3BB;
}
</style>
background-color css
<style>
a { background-color: #F1A3BB; }
a { background-color: rgb(241,163,187); }
div.DivClassName
{
background-color: #F1A3BB;
}
.BgClassName
{
background-color: #F1A3BB;
}
</style>
border-color css
<style>
span { border-color: #F1A3BB; }
span { border-color: rgb(241,163,187); }
td.TdClassName
{
border-color: #F1A3BB;
}
.TagClassName
{
border-color: #F1A3BB;
}
</style>