Shades of Cupid #F2B1BE
Tints of Cupid #F2B1BE
RGB
CMYK
RGB Variations
Color information
#F2B1BE (or 0xF2B1BE) is known color: Cupid. HEX triplet: F2, B1 and BE. RGB value is (242,177,190). Sum of RGB (Red+Green+Blue) = 242+177+190=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1BE is #0D4E41. Grayscale: #C5C5C5. Windows color (decimal): -872002 or 12497394. OLE color: 12497394.
HSL color Cylindrical-coordinate representation of color #F2B1BE: hue angle of 348º degrees, saturation: 0.71, 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 #F2B1BE is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 190 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.05 |
| HSL | 348º | 0.71% | 0.82% | - |
| HSV(B) | 348º | 0.27% | 0.95% | - |
| XYZ | 61.63 | 54.04 | 55.9 | - |
| YUV | 197.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 190 | 0 | 0.27 | 0.21 | 0.05 | 348 | 0.71 | 0.82 |
| Hex | F2 | B1 | BE | 0 | 1B | 15 | 5 | 15C | 47 | 52 |
| Octal | 362 | 261 | 276 | 0 | 33 | 25 | 5 | 534 | 107 | 122 |
| Binary | 11110010 | 10110001 | 10111110 | 0 | 11011 | 10101 | 101 | 101011100 | 1000111 | 1010010 |
Color Harmonies of #F2B1BE
Complementary color
Monochromatic Colors of #F2B1BE
Black with #F2B1BE
Text Example
Text Example
White with #F2B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B1BE; }
p { color: rgb(242,177,190); }
H1.HeaderClassName
{
color: #F2B1BE;
}
.AnyTagClassName
{
color: #F2B1BE;
}
</style>
background-color css
<style>
a { background-color: #F2B1BE; }
a { background-color: rgb(242,177,190); }
div.DivClassName
{
background-color: #F2B1BE;
}
.BgClassName
{
background-color: #F2B1BE;
}
</style>
border-color css
<style>
span { border-color: #F2B1BE; }
span { border-color: rgb(242,177,190); }
td.TdClassName
{
border-color: #F2B1BE;
}
.TagClassName
{
border-color: #F2B1BE;
}
</style>