Shades of Cupid #F3A8BE
Tints of Cupid #F3A8BE
RGB
CMYK
RGB Variations
Color information
#F3A8BE (or 0xF3A8BE) is known color: Cupid. HEX triplet: F3, A8 and BE. RGB value is (243,168,190). Sum of RGB (Red+Green+Blue) = 243+168+190=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8BE is #0C5741. Grayscale: #C0C0C0. Windows color (decimal): -808770 or 12495091. OLE color: 12495091.
HSL color Cylindrical-coordinate representation of color #F3A8BE: hue angle of 342.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8BE is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 190 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.05 |
| HSL | 342.4º | 0.76% | 0.81% | - |
| HSV(B) | 342.4º | 0.31% | 0.95% | - |
| XYZ | 60.26 | 50.78 | 55.34 | - |
| YUV | 192.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 190 | 0 | 0.31 | 0.22 | 0.05 | 342.4 | 0.76 | 0.81 |
| Hex | F3 | A8 | BE | 0 | 1F | 16 | 5 | 156 | 4C | 51 |
| Octal | 363 | 250 | 276 | 0 | 37 | 26 | 5 | 526 | 114 | 121 |
| Binary | 11110011 | 10101000 | 10111110 | 0 | 11111 | 10110 | 101 | 101010110 | 1001100 | 1010001 |
Color Harmonies of #F3A8BE
Complementary color
Monochromatic Colors of #F3A8BE
Black with #F3A8BE
Text Example
Text Example
White with #F3A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8BE; }
p { color: rgb(243,168,190); }
H1.HeaderClassName
{
color: #F3A8BE;
}
.AnyTagClassName
{
color: #F3A8BE;
}
</style>
background-color css
<style>
a { background-color: #F3A8BE; }
a { background-color: rgb(243,168,190); }
div.DivClassName
{
background-color: #F3A8BE;
}
.BgClassName
{
background-color: #F3A8BE;
}
</style>
border-color css
<style>
span { border-color: #F3A8BE; }
span { border-color: rgb(243,168,190); }
td.TdClassName
{
border-color: #F3A8BE;
}
.TagClassName
{
border-color: #F3A8BE;
}
</style>