Shades of Cupid #F1A4BF
Tints of Cupid #F1A4BF
RGB
CMYK
RGB Variations
Color information
#F1A4BF (or 0xF1A4BF) is known color: Cupid. HEX triplet: F1, A4 and BF. RGB value is (241,164,191). Sum of RGB (Red+Green+Blue) = 241+164+191=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4BF is #0E5B40. Grayscale: #BEBEBE. Windows color (decimal): -940865 or 12559601. OLE color: 12559601.
HSL color Cylindrical-coordinate representation of color #F1A4BF: hue angle of 338.96º 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 #F1A4BF is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 191 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.05 |
| HSL | 338.96º | 0.73% | 0.79% | - |
| HSV(B) | 338.96º | 0.32% | 0.95% | - |
| XYZ | 58.96 | 49.01 | 55.64 | - |
| YUV | 190.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 191 | 0 | 0.32 | 0.21 | 0.05 | 338.96 | 0.73 | 0.79 |
| Hex | F1 | A4 | BF | 0 | 20 | 15 | 5 | 153 | 49 | 4F |
| Octal | 361 | 244 | 277 | 0 | 40 | 25 | 5 | 523 | 111 | 117 |
| Binary | 11110001 | 10100100 | 10111111 | 0 | 100000 | 10101 | 101 | 101010011 | 1001001 | 1001111 |
Color Harmonies of #F1A4BF
Complementary color
Monochromatic Colors of #F1A4BF
Black with #F1A4BF
Text Example
Text Example
White with #F1A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4BF; }
p { color: rgb(241,164,191); }
H1.HeaderClassName
{
color: #F1A4BF;
}
.AnyTagClassName
{
color: #F1A4BF;
}
</style>
background-color css
<style>
a { background-color: #F1A4BF; }
a { background-color: rgb(241,164,191); }
div.DivClassName
{
background-color: #F1A4BF;
}
.BgClassName
{
background-color: #F1A4BF;
}
</style>
border-color css
<style>
span { border-color: #F1A4BF; }
span { border-color: rgb(241,164,191); }
td.TdClassName
{
border-color: #F1A4BF;
}
.TagClassName
{
border-color: #F1A4BF;
}
</style>