Shades of Cupid #F1A4BB
Tints of Cupid #F1A4BB
RGB
CMYK
RGB Variations
Color information
#F1A4BB (or 0xF1A4BB) is known color: Cupid. HEX triplet: F1, A4 and BB. RGB value is (241,164,187). Sum of RGB (Red+Green+Blue) = 241+164+187=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4BB is #0E5B44. Grayscale: #BDBDBD. Windows color (decimal): -940869 or 12297457. OLE color: 12297457.
HSL color Cylindrical-coordinate representation of color #F1A4BB: hue angle of 342.08º degrees, saturation: 0.73, 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 #F1A4BB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 187 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.05 |
| HSL | 342.08º | 0.73% | 0.79% | - |
| HSV(B) | 342.08º | 0.32% | 0.95% | - |
| XYZ | 58.52 | 48.84 | 53.36 | - |
| YUV | 189.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 187 | 0 | 0.32 | 0.22 | 0.05 | 342.08 | 0.73 | 0.79 |
| Hex | F1 | A4 | BB | 0 | 20 | 16 | 5 | 156 | 49 | 4F |
| Octal | 361 | 244 | 273 | 0 | 40 | 26 | 5 | 526 | 111 | 117 |
| Binary | 11110001 | 10100100 | 10111011 | 0 | 100000 | 10110 | 101 | 101010110 | 1001001 | 1001111 |
Color Harmonies of #F1A4BB
Complementary color
Monochromatic Colors of #F1A4BB
Black with #F1A4BB
Text Example
Text Example
White with #F1A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4BB; }
p { color: rgb(241,164,187); }
H1.HeaderClassName
{
color: #F1A4BB;
}
.AnyTagClassName
{
color: #F1A4BB;
}
</style>
background-color css
<style>
a { background-color: #F1A4BB; }
a { background-color: rgb(241,164,187); }
div.DivClassName
{
background-color: #F1A4BB;
}
.BgClassName
{
background-color: #F1A4BB;
}
</style>
border-color css
<style>
span { border-color: #F1A4BB; }
span { border-color: rgb(241,164,187); }
td.TdClassName
{
border-color: #F1A4BB;
}
.TagClassName
{
border-color: #F1A4BB;
}
</style>