Shades of Cupid #F9B0C1
Tints of Cupid #F9B0C1
RGB
CMYK
RGB Variations
Color information
#F9B0C1 (or 0xF9B0C1) is known color: Cupid. HEX triplet: F9, B0 and C1. RGB value is (249,176,193). Sum of RGB (Red+Green+Blue) = 249+176+193=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B0C1 is #064F3E. Grayscale: #C7C7C7. Windows color (decimal): -413503 or 12693753. OLE color: 12693753.
HSL color Cylindrical-coordinate representation of color #F9B0C1: hue angle of 346.03º 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 #F9B0C1 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 193 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.02 |
| HSL | 346.03º | 0.86% | 0.83% | - |
| HSV(B) | 346.03º | 0.29% | 0.98% | - |
| XYZ | 64.22 | 55.04 | 57.69 | - |
| YUV | 199.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 193 | 0 | 0.29 | 0.22 | 0.02 | 346.03 | 0.86 | 0.83 |
| Hex | F9 | B0 | C1 | 0 | 1D | 16 | 2 | 15A | 56 | 53 |
| Octal | 371 | 260 | 301 | 0 | 35 | 26 | 2 | 532 | 126 | 123 |
| Binary | 11111001 | 10110000 | 11000001 | 0 | 11101 | 10110 | 10 | 101011010 | 1010110 | 1010011 |
Color Harmonies of #F9B0C1
Complementary color
Monochromatic Colors of #F9B0C1
Black with #F9B0C1
Text Example
Text Example
White with #F9B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0C1; }
p { color: rgb(249,176,193); }
H1.HeaderClassName
{
color: #F9B0C1;
}
.AnyTagClassName
{
color: #F9B0C1;
}
</style>
background-color css
<style>
a { background-color: #F9B0C1; }
a { background-color: rgb(249,176,193); }
div.DivClassName
{
background-color: #F9B0C1;
}
.BgClassName
{
background-color: #F9B0C1;
}
</style>
border-color css
<style>
span { border-color: #F9B0C1; }
span { border-color: rgb(249,176,193); }
td.TdClassName
{
border-color: #F9B0C1;
}
.TagClassName
{
border-color: #F9B0C1;
}
</style>