Shades of Cupid #F9B1C9
Tints of Cupid #F9B1C9
RGB
CMYK
RGB Variations
Color information
#F9B1C9 (or 0xF9B1C9) is known color: Cupid. HEX triplet: F9, B1 and C9. RGB value is (249,177,201). Sum of RGB (Red+Green+Blue) = 249+177+201=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1C9 is #064E36. Grayscale: #C9C9C9. Windows color (decimal): -413239 or 13218297. OLE color: 13218297.
HSL color Cylindrical-coordinate representation of color #F9B1C9: hue angle of 340º 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 #F9B1C9 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 201 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.02 |
| HSL | 340º | 0.86% | 0.84% | - |
| HSV(B) | 340º | 0.29% | 0.98% | - |
| XYZ | 65.33 | 55.8 | 62.59 | - |
| YUV | 201.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 201 | 0 | 0.29 | 0.19 | 0.02 | 340 | 0.86 | 0.84 |
| Hex | F9 | B1 | C9 | 0 | 1D | 13 | 2 | 154 | 56 | 54 |
| Octal | 371 | 261 | 311 | 0 | 35 | 23 | 2 | 524 | 126 | 124 |
| Binary | 11111001 | 10110001 | 11001001 | 0 | 11101 | 10011 | 10 | 101010100 | 1010110 | 1010100 |
Color Harmonies of #F9B1C9
Complementary color
Monochromatic Colors of #F9B1C9
Black with #F9B1C9
Text Example
Text Example
White with #F9B1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1C9; }
p { color: rgb(249,177,201); }
H1.HeaderClassName
{
color: #F9B1C9;
}
.AnyTagClassName
{
color: #F9B1C9;
}
</style>
background-color css
<style>
a { background-color: #F9B1C9; }
a { background-color: rgb(249,177,201); }
div.DivClassName
{
background-color: #F9B1C9;
}
.BgClassName
{
background-color: #F9B1C9;
}
</style>
border-color css
<style>
span { border-color: #F9B1C9; }
span { border-color: rgb(249,177,201); }
td.TdClassName
{
border-color: #F9B1C9;
}
.TagClassName
{
border-color: #F9B1C9;
}
</style>