Shades of Cupid #F1A8B9
Tints of Cupid #F1A8B9
RGB
CMYK
RGB Variations
Color information
#F1A8B9 (or 0xF1A8B9) is known color: Cupid. HEX triplet: F1, A8 and B9. RGB value is (241,168,185). Sum of RGB (Red+Green+Blue) = 241+168+185=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8B9 is #0E5746. Grayscale: #BFBFBF. Windows color (decimal): -939847 or 12167409. OLE color: 12167409.
HSL color Cylindrical-coordinate representation of color #F1A8B9: hue angle of 346.03º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8B9 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 185 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 346.03º | 0.72% | 0.8% | - |
| HSV(B) | 346.03º | 0.3% | 0.95% | - |
| XYZ | 59.04 | 50.21 | 52.48 | - |
| YUV | 191.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 185 | 0 | 0.30 | 0.23 | 0.05 | 346.03 | 0.72 | 0.8 |
| Hex | F1 | A8 | B9 | 0 | 1E | 17 | 5 | 15A | 48 | 50 |
| Octal | 361 | 250 | 271 | 0 | 36 | 27 | 5 | 532 | 110 | 120 |
| Binary | 11110001 | 10101000 | 10111001 | 0 | 11110 | 10111 | 101 | 101011010 | 1001000 | 1010000 |
Color Harmonies of #F1A8B9
Complementary color
Monochromatic Colors of #F1A8B9
Black with #F1A8B9
Text Example
Text Example
White with #F1A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8B9; }
p { color: rgb(241,168,185); }
H1.HeaderClassName
{
color: #F1A8B9;
}
.AnyTagClassName
{
color: #F1A8B9;
}
</style>
background-color css
<style>
a { background-color: #F1A8B9; }
a { background-color: rgb(241,168,185); }
div.DivClassName
{
background-color: #F1A8B9;
}
.BgClassName
{
background-color: #F1A8B9;
}
</style>
border-color css
<style>
span { border-color: #F1A8B9; }
span { border-color: rgb(241,168,185); }
td.TdClassName
{
border-color: #F1A8B9;
}
.TagClassName
{
border-color: #F1A8B9;
}
</style>