Shades of Cupid #F1B0C0
Tints of Cupid #F1B0C0
RGB
CMYK
RGB Variations
Color information
#F1B0C0 (or 0xF1B0C0) is known color: Cupid. HEX triplet: F1, B0 and C0. RGB value is (241,176,192). Sum of RGB (Red+Green+Blue) = 241+176+192=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0C0 is #0E4F3F. Grayscale: #C5C5C5. Windows color (decimal): -937792 or 12628209. OLE color: 12628209.
HSL color Cylindrical-coordinate representation of color #F1B0C0: hue angle of 345.23º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B0C0 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 192 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.05 |
| HSL | 345.23º | 0.7% | 0.82% | - |
| HSV(B) | 345.23º | 0.27% | 0.95% | - |
| XYZ | 61.32 | 53.56 | 56.98 | - |
| YUV | 197.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 192 | 0 | 0.27 | 0.20 | 0.05 | 345.23 | 0.7 | 0.82 |
| Hex | F1 | B0 | C0 | 0 | 1B | 14 | 5 | 159 | 46 | 52 |
| Octal | 361 | 260 | 300 | 0 | 33 | 24 | 5 | 531 | 106 | 122 |
| Binary | 11110001 | 10110000 | 11000000 | 0 | 11011 | 10100 | 101 | 101011001 | 1000110 | 1010010 |
Color Harmonies of #F1B0C0
Complementary color
Monochromatic Colors of #F1B0C0
Black with #F1B0C0
Text Example
Text Example
White with #F1B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0C0; }
p { color: rgb(241,176,192); }
H1.HeaderClassName
{
color: #F1B0C0;
}
.AnyTagClassName
{
color: #F1B0C0;
}
</style>
background-color css
<style>
a { background-color: #F1B0C0; }
a { background-color: rgb(241,176,192); }
div.DivClassName
{
background-color: #F1B0C0;
}
.BgClassName
{
background-color: #F1B0C0;
}
</style>
border-color css
<style>
span { border-color: #F1B0C0; }
span { border-color: rgb(241,176,192); }
td.TdClassName
{
border-color: #F1B0C0;
}
.TagClassName
{
border-color: #F1B0C0;
}
</style>