Shades of Cupid #F1B0BA
Tints of Cupid #F1B0BA
RGB
CMYK
RGB Variations
Color information
#F1B0BA (or 0xF1B0BA) is known color: Cupid. HEX triplet: F1, B0 and BA. RGB value is (241,176,186). Sum of RGB (Red+Green+Blue) = 241+176+186=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0BA is #0E4F45. Grayscale: #C4C4C4. Windows color (decimal): -937798 or 12234993. OLE color: 12234993.
HSL color Cylindrical-coordinate representation of color #F1B0BA: hue angle of 350.77º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B0BA is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 186 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.05 |
| HSL | 350.77º | 0.7% | 0.82% | - |
| HSV(B) | 350.77º | 0.27% | 0.95% | - |
| XYZ | 60.66 | 53.3 | 53.54 | - |
| YUV | 196.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 186 | 0 | 0.27 | 0.23 | 0.05 | 350.77 | 0.7 | 0.82 |
| Hex | F1 | B0 | BA | 0 | 1B | 17 | 5 | 15F | 46 | 52 |
| Octal | 361 | 260 | 272 | 0 | 33 | 27 | 5 | 537 | 106 | 122 |
| Binary | 11110001 | 10110000 | 10111010 | 0 | 11011 | 10111 | 101 | 101011111 | 1000110 | 1010010 |
Color Harmonies of #F1B0BA
Complementary color
Monochromatic Colors of #F1B0BA
Black with #F1B0BA
Text Example
Text Example
White with #F1B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0BA; }
p { color: rgb(241,176,186); }
H1.HeaderClassName
{
color: #F1B0BA;
}
.AnyTagClassName
{
color: #F1B0BA;
}
</style>
background-color css
<style>
a { background-color: #F1B0BA; }
a { background-color: rgb(241,176,186); }
div.DivClassName
{
background-color: #F1B0BA;
}
.BgClassName
{
background-color: #F1B0BA;
}
</style>
border-color css
<style>
span { border-color: #F1B0BA; }
span { border-color: rgb(241,176,186); }
td.TdClassName
{
border-color: #F1B0BA;
}
.TagClassName
{
border-color: #F1B0BA;
}
</style>