Shades of Cupid #F3A8B9
Tints of Cupid #F3A8B9
RGB
CMYK
RGB Variations
Color information
#F3A8B9 (or 0xF3A8B9) is known color: Cupid. HEX triplet: F3, A8 and B9. RGB value is (243,168,185). Sum of RGB (Red+Green+Blue) = 243+168+185=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8B9 is #0C5746. Grayscale: #C0C0C0. Windows color (decimal): -808775 or 12167411. OLE color: 12167411.
HSL color Cylindrical-coordinate representation of color #F3A8B9: hue angle of 346.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 #F3A8B9 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 185 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.05 |
| HSL | 346.4º | 0.76% | 0.81% | - |
| HSV(B) | 346.4º | 0.31% | 0.95% | - |
| XYZ | 59.72 | 50.56 | 52.51 | - |
| YUV | 192.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 185 | 0 | 0.31 | 0.24 | 0.05 | 346.4 | 0.76 | 0.81 |
| Hex | F3 | A8 | B9 | 0 | 1F | 18 | 5 | 15A | 4C | 51 |
| Octal | 363 | 250 | 271 | 0 | 37 | 30 | 5 | 532 | 114 | 121 |
| Binary | 11110011 | 10101000 | 10111001 | 0 | 11111 | 11000 | 101 | 101011010 | 1001100 | 1010001 |
Color Harmonies of #F3A8B9
Complementary color
Monochromatic Colors of #F3A8B9
Black with #F3A8B9
Text Example
Text Example
White with #F3A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8B9; }
p { color: rgb(243,168,185); }
H1.HeaderClassName
{
color: #F3A8B9;
}
.AnyTagClassName
{
color: #F3A8B9;
}
</style>
background-color css
<style>
a { background-color: #F3A8B9; }
a { background-color: rgb(243,168,185); }
div.DivClassName
{
background-color: #F3A8B9;
}
.BgClassName
{
background-color: #F3A8B9;
}
</style>
border-color css
<style>
span { border-color: #F3A8B9; }
span { border-color: rgb(243,168,185); }
td.TdClassName
{
border-color: #F3A8B9;
}
.TagClassName
{
border-color: #F3A8B9;
}
</style>