Shades of Cupid #F3B7C1
Tints of Cupid #F3B7C1
RGB
CMYK
RGB Variations
Color information
#F3B7C1 (or 0xF3B7C1) is known color: Cupid. HEX triplet: F3, B7 and C1. RGB value is (243,183,193). Sum of RGB (Red+Green+Blue) = 243+183+193=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7C1 is #0C483E. Grayscale: #CACACA. Windows color (decimal): -804927 or 12695539. OLE color: 12695539.
HSL color Cylindrical-coordinate representation of color #F3B7C1: hue angle of 350º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3B7C1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 183 | 193 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.05 |
| HSL | 350º | 0.71% | 0.84% | - |
| HSV(B) | 350º | 0.25% | 0.95% | - |
| XYZ | 63.52 | 56.77 | 58.06 | - |
| YUV | 202.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 193 | 0 | 0.25 | 0.21 | 0.05 | 350 | 0.71 | 0.84 |
| Hex | F3 | B7 | C1 | 0 | 19 | 15 | 5 | 15E | 47 | 54 |
| Octal | 363 | 267 | 301 | 0 | 31 | 25 | 5 | 536 | 107 | 124 |
| Binary | 11110011 | 10110111 | 11000001 | 0 | 11001 | 10101 | 101 | 101011110 | 1000111 | 1010100 |
Color Harmonies of #F3B7C1
Complementary color
Monochromatic Colors of #F3B7C1
Black with #F3B7C1
Text Example
Text Example
White with #F3B7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B7C1; }
p { color: rgb(243,183,193); }
H1.HeaderClassName
{
color: #F3B7C1;
}
.AnyTagClassName
{
color: #F3B7C1;
}
</style>
background-color css
<style>
a { background-color: #F3B7C1; }
a { background-color: rgb(243,183,193); }
div.DivClassName
{
background-color: #F3B7C1;
}
.BgClassName
{
background-color: #F3B7C1;
}
</style>
border-color css
<style>
span { border-color: #F3B7C1; }
span { border-color: rgb(243,183,193); }
td.TdClassName
{
border-color: #F3B7C1;
}
.TagClassName
{
border-color: #F3B7C1;
}
</style>