Shades of Cupid #F2B0C0
Tints of Cupid #F2B0C0
RGB
CMYK
RGB Variations
Color information
#F2B0C0 (or 0xF2B0C0) is known color: Cupid. HEX triplet: F2, B0 and C0. RGB value is (242,176,192). Sum of RGB (Red+Green+Blue) = 242+176+192=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0C0 is #0D4F3F. Grayscale: #C5C5C5. Windows color (decimal): -872256 or 12628210. OLE color: 12628210.
HSL color Cylindrical-coordinate representation of color #F2B0C0: hue angle of 345.45º 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 #F2B0C0 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 192 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.05 |
| HSL | 345.45º | 0.72% | 0.82% | - |
| HSV(B) | 345.45º | 0.27% | 0.95% | - |
| XYZ | 61.66 | 53.73 | 56.99 | - |
| YUV | 197.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 192 | 0 | 0.27 | 0.21 | 0.05 | 345.45 | 0.72 | 0.82 |
| Hex | F2 | B0 | C0 | 0 | 1B | 15 | 5 | 159 | 48 | 52 |
| Octal | 362 | 260 | 300 | 0 | 33 | 25 | 5 | 531 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11000000 | 0 | 11011 | 10101 | 101 | 101011001 | 1001000 | 1010010 |
Color Harmonies of #F2B0C0
Complementary color
Monochromatic Colors of #F2B0C0
Black with #F2B0C0
Text Example
Text Example
White with #F2B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0C0; }
p { color: rgb(242,176,192); }
H1.HeaderClassName
{
color: #F2B0C0;
}
.AnyTagClassName
{
color: #F2B0C0;
}
</style>
background-color css
<style>
a { background-color: #F2B0C0; }
a { background-color: rgb(242,176,192); }
div.DivClassName
{
background-color: #F2B0C0;
}
.BgClassName
{
background-color: #F2B0C0;
}
</style>
border-color css
<style>
span { border-color: #F2B0C0; }
span { border-color: rgb(242,176,192); }
td.TdClassName
{
border-color: #F2B0C0;
}
.TagClassName
{
border-color: #F2B0C0;
}
</style>