Shades of Cupid #F2B0BD
Tints of Cupid #F2B0BD
RGB
CMYK
RGB Variations
Color information
#F2B0BD (or 0xF2B0BD) is known color: Cupid. HEX triplet: F2, B0 and BD. RGB value is (242,176,189). Sum of RGB (Red+Green+Blue) = 242+176+189=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0BD is #0D4F42. Grayscale: #C5C5C5. Windows color (decimal): -872259 or 12431602. OLE color: 12431602.
HSL color Cylindrical-coordinate representation of color #F2B0BD: hue angle of 348.18º degrees, saturation: 0.72, 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 #F2B0BD is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 189 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.05 |
| HSL | 348.18º | 0.72% | 0.82% | - |
| HSV(B) | 348.18º | 0.27% | 0.95% | - |
| XYZ | 61.33 | 53.6 | 55.26 | - |
| YUV | 197.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 189 | 0 | 0.27 | 0.22 | 0.05 | 348.18 | 0.72 | 0.82 |
| Hex | F2 | B0 | BD | 0 | 1B | 16 | 5 | 15C | 48 | 52 |
| Octal | 362 | 260 | 275 | 0 | 33 | 26 | 5 | 534 | 110 | 122 |
| Binary | 11110010 | 10110000 | 10111101 | 0 | 11011 | 10110 | 101 | 101011100 | 1001000 | 1010010 |
Color Harmonies of #F2B0BD
Complementary color
Monochromatic Colors of #F2B0BD
Black with #F2B0BD
Text Example
Text Example
White with #F2B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0BD; }
p { color: rgb(242,176,189); }
H1.HeaderClassName
{
color: #F2B0BD;
}
.AnyTagClassName
{
color: #F2B0BD;
}
</style>
background-color css
<style>
a { background-color: #F2B0BD; }
a { background-color: rgb(242,176,189); }
div.DivClassName
{
background-color: #F2B0BD;
}
.BgClassName
{
background-color: #F2B0BD;
}
</style>
border-color css
<style>
span { border-color: #F2B0BD; }
span { border-color: rgb(242,176,189); }
td.TdClassName
{
border-color: #F2B0BD;
}
.TagClassName
{
border-color: #F2B0BD;
}
</style>