Shades of Cupid #F3B0C0
Tints of Cupid #F3B0C0
RGB
CMYK
RGB Variations
Color information
#F3B0C0 (or 0xF3B0C0) is known color: Cupid. HEX triplet: F3, B0 and C0. RGB value is (243,176,192). Sum of RGB (Red+Green+Blue) = 243+176+192=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0C0 is #0C4F3F. Grayscale: #C5C5C5. Windows color (decimal): -806720 or 12628211. OLE color: 12628211.
HSL color Cylindrical-coordinate representation of color #F3B0C0: hue angle of 345.67º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0C0 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 192 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.05 |
| HSL | 345.67º | 0.74% | 0.82% | - |
| HSV(B) | 345.67º | 0.28% | 0.95% | - |
| XYZ | 62 | 53.91 | 57.01 | - |
| YUV | 197.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 192 | 0 | 0.28 | 0.21 | 0.05 | 345.67 | 0.74 | 0.82 |
| Hex | F3 | B0 | C0 | 0 | 1C | 15 | 5 | 15A | 4A | 52 |
| Octal | 363 | 260 | 300 | 0 | 34 | 25 | 5 | 532 | 112 | 122 |
| Binary | 11110011 | 10110000 | 11000000 | 0 | 11100 | 10101 | 101 | 101011010 | 1001010 | 1010010 |
Color Harmonies of #F3B0C0
Complementary color
Monochromatic Colors of #F3B0C0
Black with #F3B0C0
Text Example
Text Example
White with #F3B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0C0; }
p { color: rgb(243,176,192); }
H1.HeaderClassName
{
color: #F3B0C0;
}
.AnyTagClassName
{
color: #F3B0C0;
}
</style>
background-color css
<style>
a { background-color: #F3B0C0; }
a { background-color: rgb(243,176,192); }
div.DivClassName
{
background-color: #F3B0C0;
}
.BgClassName
{
background-color: #F3B0C0;
}
</style>
border-color css
<style>
span { border-color: #F3B0C0; }
span { border-color: rgb(243,176,192); }
td.TdClassName
{
border-color: #F3B0C0;
}
.TagClassName
{
border-color: #F3B0C0;
}
</style>