Shades of Cupid #F3A8BF
Tints of Cupid #F3A8BF
RGB
CMYK
RGB Variations
Color information
#F3A8BF (or 0xF3A8BF) is known color: Cupid. HEX triplet: F3, A8 and BF. RGB value is (243,168,191). Sum of RGB (Red+Green+Blue) = 243+168+191=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8BF is #0C5740. Grayscale: #C1C1C1. Windows color (decimal): -808769 or 12560627. OLE color: 12560627.
HSL color Cylindrical-coordinate representation of color #F3A8BF: hue angle of 341.6º 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 #F3A8BF is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 191 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.05 |
| HSL | 341.6º | 0.76% | 0.81% | - |
| HSV(B) | 341.6º | 0.31% | 0.95% | - |
| XYZ | 60.37 | 50.82 | 55.92 | - |
| YUV | 193.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 191 | 0 | 0.31 | 0.21 | 0.05 | 341.6 | 0.76 | 0.81 |
| Hex | F3 | A8 | BF | 0 | 1F | 15 | 5 | 156 | 4C | 51 |
| Octal | 363 | 250 | 277 | 0 | 37 | 25 | 5 | 526 | 114 | 121 |
| Binary | 11110011 | 10101000 | 10111111 | 0 | 11111 | 10101 | 101 | 101010110 | 1001100 | 1010001 |
Color Harmonies of #F3A8BF
Complementary color
Monochromatic Colors of #F3A8BF
Black with #F3A8BF
Text Example
Text Example
White with #F3A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8BF; }
p { color: rgb(243,168,191); }
H1.HeaderClassName
{
color: #F3A8BF;
}
.AnyTagClassName
{
color: #F3A8BF;
}
</style>
background-color css
<style>
a { background-color: #F3A8BF; }
a { background-color: rgb(243,168,191); }
div.DivClassName
{
background-color: #F3A8BF;
}
.BgClassName
{
background-color: #F3A8BF;
}
</style>
border-color css
<style>
span { border-color: #F3A8BF; }
span { border-color: rgb(243,168,191); }
td.TdClassName
{
border-color: #F3A8BF;
}
.TagClassName
{
border-color: #F3A8BF;
}
</style>