Shades of Cupid #F9B1C0
Tints of Cupid #F9B1C0
RGB
CMYK
RGB Variations
Color information
#F9B1C0 (or 0xF9B1C0) is known color: Cupid. HEX triplet: F9, B1 and C0. RGB value is (249,177,192). Sum of RGB (Red+Green+Blue) = 249+177+192=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1C0 is #064E3F. Grayscale: #C8C8C8. Windows color (decimal): -413248 or 12628473. OLE color: 12628473.
HSL color Cylindrical-coordinate representation of color #F9B1C0: hue angle of 347.5º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1C0 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 192 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.02 |
| HSL | 347.5º | 0.86% | 0.84% | - |
| HSV(B) | 347.5º | 0.29% | 0.98% | - |
| XYZ | 64.3 | 55.39 | 57.17 | - |
| YUV | 200.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 192 | 0 | 0.29 | 0.23 | 0.02 | 347.5 | 0.86 | 0.84 |
| Hex | F9 | B1 | C0 | 0 | 1D | 17 | 2 | 15C | 56 | 54 |
| Octal | 371 | 261 | 300 | 0 | 35 | 27 | 2 | 534 | 126 | 124 |
| Binary | 11111001 | 10110001 | 11000000 | 0 | 11101 | 10111 | 10 | 101011100 | 1010110 | 1010100 |
Color Harmonies of #F9B1C0
Complementary color
Monochromatic Colors of #F9B1C0
Black with #F9B1C0
Text Example
Text Example
White with #F9B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1C0; }
p { color: rgb(249,177,192); }
H1.HeaderClassName
{
color: #F9B1C0;
}
.AnyTagClassName
{
color: #F9B1C0;
}
</style>
background-color css
<style>
a { background-color: #F9B1C0; }
a { background-color: rgb(249,177,192); }
div.DivClassName
{
background-color: #F9B1C0;
}
.BgClassName
{
background-color: #F9B1C0;
}
</style>
border-color css
<style>
span { border-color: #F9B1C0; }
span { border-color: rgb(249,177,192); }
td.TdClassName
{
border-color: #F9B1C0;
}
.TagClassName
{
border-color: #F9B1C0;
}
</style>