Shades of Cupid #F2B0C5
Tints of Cupid #F2B0C5
RGB
CMYK
RGB Variations
Color information
#F2B0C5 (or 0xF2B0C5) is known color: Cupid. HEX triplet: F2, B0 and C5. RGB value is (242,176,197). Sum of RGB (Red+Green+Blue) = 242+176+197=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0C5 is #0D4F3A. Grayscale: #C6C6C6. Windows color (decimal): -872251 or 12955890. OLE color: 12955890.
HSL color Cylindrical-coordinate representation of color #F2B0C5: hue angle of 340.91º 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 #F2B0C5 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 197 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.05 |
| HSL | 340.91º | 0.72% | 0.82% | - |
| HSV(B) | 340.91º | 0.27% | 0.95% | - |
| XYZ | 62.22 | 53.96 | 59.96 | - |
| YUV | 198.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 197 | 0 | 0.27 | 0.19 | 0.05 | 340.91 | 0.72 | 0.82 |
| Hex | F2 | B0 | C5 | 0 | 1B | 13 | 5 | 155 | 48 | 52 |
| Octal | 362 | 260 | 305 | 0 | 33 | 23 | 5 | 525 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11000101 | 0 | 11011 | 10011 | 101 | 101010101 | 1001000 | 1010010 |
Color Harmonies of #F2B0C5
Complementary color
Monochromatic Colors of #F2B0C5
Black with #F2B0C5
Text Example
Text Example
White with #F2B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0C5; }
p { color: rgb(242,176,197); }
H1.HeaderClassName
{
color: #F2B0C5;
}
.AnyTagClassName
{
color: #F2B0C5;
}
</style>
background-color css
<style>
a { background-color: #F2B0C5; }
a { background-color: rgb(242,176,197); }
div.DivClassName
{
background-color: #F2B0C5;
}
.BgClassName
{
background-color: #F2B0C5;
}
</style>
border-color css
<style>
span { border-color: #F2B0C5; }
span { border-color: rgb(242,176,197); }
td.TdClassName
{
border-color: #F2B0C5;
}
.TagClassName
{
border-color: #F2B0C5;
}
</style>