Shades of Cupid #F9B0C9
Tints of Cupid #F9B0C9
RGB
CMYK
RGB Variations
Color information
#F9B0C9 (or 0xF9B0C9) is known color: Cupid. HEX triplet: F9, B0 and C9. RGB value is (249,176,201). Sum of RGB (Red+Green+Blue) = 249+176+201=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B0C9 is #064F36. Grayscale: #C8C8C8. Windows color (decimal): -413495 or 13218041. OLE color: 13218041.
HSL color Cylindrical-coordinate representation of color #F9B0C9: hue angle of 339.45º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B0C9 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 201 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.02 |
| HSL | 339.45º | 0.86% | 0.83% | - |
| HSV(B) | 339.45º | 0.29% | 0.98% | - |
| XYZ | 65.13 | 55.41 | 62.52 | - |
| YUV | 200.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 201 | 0 | 0.29 | 0.19 | 0.02 | 339.45 | 0.86 | 0.83 |
| Hex | F9 | B0 | C9 | 0 | 1D | 13 | 2 | 153 | 56 | 53 |
| Octal | 371 | 260 | 311 | 0 | 35 | 23 | 2 | 523 | 126 | 123 |
| Binary | 11111001 | 10110000 | 11001001 | 0 | 11101 | 10011 | 10 | 101010011 | 1010110 | 1010011 |
Color Harmonies of #F9B0C9
Complementary color
Monochromatic Colors of #F9B0C9
Black with #F9B0C9
Text Example
Text Example
White with #F9B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0C9; }
p { color: rgb(249,176,201); }
H1.HeaderClassName
{
color: #F9B0C9;
}
.AnyTagClassName
{
color: #F9B0C9;
}
</style>
background-color css
<style>
a { background-color: #F9B0C9; }
a { background-color: rgb(249,176,201); }
div.DivClassName
{
background-color: #F9B0C9;
}
.BgClassName
{
background-color: #F9B0C9;
}
</style>
border-color css
<style>
span { border-color: #F9B0C9; }
span { border-color: rgb(249,176,201); }
td.TdClassName
{
border-color: #F9B0C9;
}
.TagClassName
{
border-color: #F9B0C9;
}
</style>