Shades of Cupid #F1A4BA
Tints of Cupid #F1A4BA
RGB
CMYK
RGB Variations
Color information
#F1A4BA (or 0xF1A4BA) is known color: Cupid. HEX triplet: F1, A4 and BA. RGB value is (241,164,186). Sum of RGB (Red+Green+Blue) = 241+164+186=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4BA is #0E5B45. Grayscale: #BDBDBD. Windows color (decimal): -940870 or 12231921. OLE color: 12231921.
HSL color Cylindrical-coordinate representation of color #F1A4BA: hue angle of 342.86º 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 #F1A4BA is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 186 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.05 |
| HSL | 342.86º | 0.73% | 0.79% | - |
| HSV(B) | 342.86º | 0.32% | 0.95% | - |
| XYZ | 58.41 | 48.8 | 52.79 | - |
| YUV | 189.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 186 | 0 | 0.32 | 0.23 | 0.05 | 342.86 | 0.73 | 0.79 |
| Hex | F1 | A4 | BA | 0 | 20 | 17 | 5 | 157 | 49 | 4F |
| Octal | 361 | 244 | 272 | 0 | 40 | 27 | 5 | 527 | 111 | 117 |
| Binary | 11110001 | 10100100 | 10111010 | 0 | 100000 | 10111 | 101 | 101010111 | 1001001 | 1001111 |
Color Harmonies of #F1A4BA
Complementary color
Monochromatic Colors of #F1A4BA
Black with #F1A4BA
Text Example
Text Example
White with #F1A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4BA; }
p { color: rgb(241,164,186); }
H1.HeaderClassName
{
color: #F1A4BA;
}
.AnyTagClassName
{
color: #F1A4BA;
}
</style>
background-color css
<style>
a { background-color: #F1A4BA; }
a { background-color: rgb(241,164,186); }
div.DivClassName
{
background-color: #F1A4BA;
}
.BgClassName
{
background-color: #F1A4BA;
}
</style>
border-color css
<style>
span { border-color: #F1A4BA; }
span { border-color: rgb(241,164,186); }
td.TdClassName
{
border-color: #F1A4BA;
}
.TagClassName
{
border-color: #F1A4BA;
}
</style>