Shades of Cupid #F3A8C0
Tints of Cupid #F3A8C0
RGB
CMYK
RGB Variations
Color information
#F3A8C0 (or 0xF3A8C0) is known color: Cupid. HEX triplet: F3, A8 and C0. RGB value is (243,168,192). Sum of RGB (Red+Green+Blue) = 243+168+192=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8C0 is #0C573F. Grayscale: #C1C1C1. Windows color (decimal): -808768 or 12626163. OLE color: 12626163.
HSL color Cylindrical-coordinate representation of color #F3A8C0: hue angle of 340.8º 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 #F3A8C0 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 192 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.05 |
| HSL | 340.8º | 0.76% | 0.81% | - |
| HSV(B) | 340.8º | 0.31% | 0.95% | - |
| XYZ | 60.48 | 50.87 | 56.5 | - |
| YUV | 193.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 192 | 0 | 0.31 | 0.21 | 0.05 | 340.8 | 0.76 | 0.81 |
| Hex | F3 | A8 | C0 | 0 | 1F | 15 | 5 | 155 | 4C | 51 |
| Octal | 363 | 250 | 300 | 0 | 37 | 25 | 5 | 525 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11000000 | 0 | 11111 | 10101 | 101 | 101010101 | 1001100 | 1010001 |
Color Harmonies of #F3A8C0
Complementary color
Monochromatic Colors of #F3A8C0
Black with #F3A8C0
Text Example
Text Example
White with #F3A8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8C0; }
p { color: rgb(243,168,192); }
H1.HeaderClassName
{
color: #F3A8C0;
}
.AnyTagClassName
{
color: #F3A8C0;
}
</style>
background-color css
<style>
a { background-color: #F3A8C0; }
a { background-color: rgb(243,168,192); }
div.DivClassName
{
background-color: #F3A8C0;
}
.BgClassName
{
background-color: #F3A8C0;
}
</style>
border-color css
<style>
span { border-color: #F3A8C0; }
span { border-color: rgb(243,168,192); }
td.TdClassName
{
border-color: #F3A8C0;
}
.TagClassName
{
border-color: #F3A8C0;
}
</style>