Shades of Cupid #F6B1BE
Tints of Cupid #F6B1BE
RGB
CMYK
RGB Variations
Color information
#F6B1BE (or 0xF6B1BE) is known color: Cupid. HEX triplet: F6, B1 and BE. RGB value is (246,177,190). Sum of RGB (Red+Green+Blue) = 246+177+190=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B1BE is #094E41. Grayscale: #C7C7C7. Windows color (decimal): -609858 or 12497398. OLE color: 12497398.
HSL color Cylindrical-coordinate representation of color #F6B1BE: hue angle of 348.7º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B1BE is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 190 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.04 |
| HSL | 348.7º | 0.79% | 0.83% | - |
| HSV(B) | 348.7º | 0.28% | 0.96% | - |
| XYZ | 63.02 | 54.75 | 55.96 | - |
| YUV | 199.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 190 | 0 | 0.28 | 0.23 | 0.04 | 348.7 | 0.79 | 0.83 |
| Hex | F6 | B1 | BE | 0 | 1C | 17 | 4 | 15D | 4F | 53 |
| Octal | 366 | 261 | 276 | 0 | 34 | 27 | 4 | 535 | 117 | 123 |
| Binary | 11110110 | 10110001 | 10111110 | 0 | 11100 | 10111 | 100 | 101011101 | 1001111 | 1010011 |
Color Harmonies of #F6B1BE
Complementary color
Monochromatic Colors of #F6B1BE
Black with #F6B1BE
Text Example
Text Example
White with #F6B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B1BE; }
p { color: rgb(246,177,190); }
H1.HeaderClassName
{
color: #F6B1BE;
}
.AnyTagClassName
{
color: #F6B1BE;
}
</style>
background-color css
<style>
a { background-color: #F6B1BE; }
a { background-color: rgb(246,177,190); }
div.DivClassName
{
background-color: #F6B1BE;
}
.BgClassName
{
background-color: #F6B1BE;
}
</style>
border-color css
<style>
span { border-color: #F6B1BE; }
span { border-color: rgb(246,177,190); }
td.TdClassName
{
border-color: #F6B1BE;
}
.TagClassName
{
border-color: #F6B1BE;
}
</style>