Shades of Cupid #F3A8BD
Tints of Cupid #F3A8BD
RGB
CMYK
RGB Variations
Color information
#F3A8BD (or 0xF3A8BD) is known color: Cupid. HEX triplet: F3, A8 and BD. RGB value is (243,168,189). Sum of RGB (Red+Green+Blue) = 243+168+189=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8BD is #0C5742. Grayscale: #C0C0C0. Windows color (decimal): -808771 or 12429555. OLE color: 12429555.
HSL color Cylindrical-coordinate representation of color #F3A8BD: hue angle of 343.2º 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 #F3A8BD is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 189 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.05 |
| HSL | 343.2º | 0.76% | 0.81% | - |
| HSV(B) | 343.2º | 0.31% | 0.95% | - |
| XYZ | 60.15 | 50.73 | 54.77 | - |
| YUV | 192.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 189 | 0 | 0.31 | 0.22 | 0.05 | 343.2 | 0.76 | 0.81 |
| Hex | F3 | A8 | BD | 0 | 1F | 16 | 5 | 157 | 4C | 51 |
| Octal | 363 | 250 | 275 | 0 | 37 | 26 | 5 | 527 | 114 | 121 |
| Binary | 11110011 | 10101000 | 10111101 | 0 | 11111 | 10110 | 101 | 101010111 | 1001100 | 1010001 |
Color Harmonies of #F3A8BD
Complementary color
Monochromatic Colors of #F3A8BD
Black with #F3A8BD
Text Example
Text Example
White with #F3A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8BD; }
p { color: rgb(243,168,189); }
H1.HeaderClassName
{
color: #F3A8BD;
}
.AnyTagClassName
{
color: #F3A8BD;
}
</style>
background-color css
<style>
a { background-color: #F3A8BD; }
a { background-color: rgb(243,168,189); }
div.DivClassName
{
background-color: #F3A8BD;
}
.BgClassName
{
background-color: #F3A8BD;
}
</style>
border-color css
<style>
span { border-color: #F3A8BD; }
span { border-color: rgb(243,168,189); }
td.TdClassName
{
border-color: #F3A8BD;
}
.TagClassName
{
border-color: #F3A8BD;
}
</style>