Shades of Cupid #F3A6C1
Tints of Cupid #F3A6C1
RGB
CMYK
RGB Variations
Color information
#F3A6C1 (or 0xF3A6C1) is known color: Cupid. HEX triplet: F3, A6 and C1. RGB value is (243,166,193). Sum of RGB (Red+Green+Blue) = 243+166+193=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6C1 is #0C593E. Grayscale: #C0C0C0. Windows color (decimal): -809279 or 12691187. OLE color: 12691187.
HSL color Cylindrical-coordinate representation of color #F3A6C1: hue angle of 338.96º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A6C1 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 193 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.05 |
| HSL | 338.96º | 0.76% | 0.8% | - |
| HSV(B) | 338.96º | 0.32% | 0.95% | - |
| XYZ | 60.22 | 50.18 | 56.96 | - |
| YUV | 192.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 193 | 0 | 0.32 | 0.21 | 0.05 | 338.96 | 0.76 | 0.8 |
| Hex | F3 | A6 | C1 | 0 | 20 | 15 | 5 | 153 | 4C | 50 |
| Octal | 363 | 246 | 301 | 0 | 40 | 25 | 5 | 523 | 114 | 120 |
| Binary | 11110011 | 10100110 | 11000001 | 0 | 100000 | 10101 | 101 | 101010011 | 1001100 | 1010000 |
Color Harmonies of #F3A6C1
Complementary color
Monochromatic Colors of #F3A6C1
Black with #F3A6C1
Text Example
Text Example
White with #F3A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A6C1; }
p { color: rgb(243,166,193); }
H1.HeaderClassName
{
color: #F3A6C1;
}
.AnyTagClassName
{
color: #F3A6C1;
}
</style>
background-color css
<style>
a { background-color: #F3A6C1; }
a { background-color: rgb(243,166,193); }
div.DivClassName
{
background-color: #F3A6C1;
}
.BgClassName
{
background-color: #F3A6C1;
}
</style>
border-color css
<style>
span { border-color: #F3A6C1; }
span { border-color: rgb(243,166,193); }
td.TdClassName
{
border-color: #F3A6C1;
}
.TagClassName
{
border-color: #F3A6C1;
}
</style>