Shades of Cupid #F9B0C0
Tints of Cupid #F9B0C0
RGB
CMYK
RGB Variations
Color information
#F9B0C0 (or 0xF9B0C0) is known color: Cupid. HEX triplet: F9, B0 and C0. RGB value is (249,176,192). Sum of RGB (Red+Green+Blue) = 249+176+192=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B0C0 is #064F3F. Grayscale: #C7C7C7. Windows color (decimal): -413504 or 12628217. OLE color: 12628217.
HSL color Cylindrical-coordinate representation of color #F9B0C0: hue angle of 346.85º 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 #F9B0C0 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 192 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.02 |
| HSL | 346.85º | 0.86% | 0.83% | - |
| HSV(B) | 346.85º | 0.29% | 0.98% | - |
| XYZ | 64.11 | 55 | 57.11 | - |
| YUV | 199.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 192 | 0 | 0.29 | 0.23 | 0.02 | 346.85 | 0.86 | 0.83 |
| Hex | F9 | B0 | C0 | 0 | 1D | 17 | 2 | 15B | 56 | 53 |
| Octal | 371 | 260 | 300 | 0 | 35 | 27 | 2 | 533 | 126 | 123 |
| Binary | 11111001 | 10110000 | 11000000 | 0 | 11101 | 10111 | 10 | 101011011 | 1010110 | 1010011 |
Color Harmonies of #F9B0C0
Complementary color
Monochromatic Colors of #F9B0C0
Black with #F9B0C0
Text Example
Text Example
White with #F9B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0C0; }
p { color: rgb(249,176,192); }
H1.HeaderClassName
{
color: #F9B0C0;
}
.AnyTagClassName
{
color: #F9B0C0;
}
</style>
background-color css
<style>
a { background-color: #F9B0C0; }
a { background-color: rgb(249,176,192); }
div.DivClassName
{
background-color: #F9B0C0;
}
.BgClassName
{
background-color: #F9B0C0;
}
</style>
border-color css
<style>
span { border-color: #F9B0C0; }
span { border-color: rgb(249,176,192); }
td.TdClassName
{
border-color: #F9B0C0;
}
.TagClassName
{
border-color: #F9B0C0;
}
</style>