Shades of Cupid #F6ACC2
Tints of Cupid #F6ACC2
RGB
CMYK
RGB Variations
Color information
#F6ACC2 (or 0xF6ACC2) is known color: Cupid. HEX triplet: F6, AC and C2. RGB value is (246,172,194). Sum of RGB (Red+Green+Blue) = 246+172+194=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACC2 is #09533D. Grayscale: #C4C4C4. Windows color (decimal): -611134 or 12758262. OLE color: 12758262.
HSL color Cylindrical-coordinate representation of color #F6ACC2: hue angle of 342.16º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACC2 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 194 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.04 |
| HSL | 342.16º | 0.8% | 0.82% | - |
| HSV(B) | 342.16º | 0.3% | 0.96% | - |
| XYZ | 62.5 | 52.99 | 57.97 | - |
| YUV | 196.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 194 | 0 | 0.30 | 0.21 | 0.04 | 342.16 | 0.8 | 0.82 |
| Hex | F6 | AC | C2 | 0 | 1E | 15 | 4 | 156 | 50 | 52 |
| Octal | 366 | 254 | 302 | 0 | 36 | 25 | 4 | 526 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11000010 | 0 | 11110 | 10101 | 100 | 101010110 | 1010000 | 1010010 |
Color Harmonies of #F6ACC2
Complementary color
Monochromatic Colors of #F6ACC2
Black with #F6ACC2
Text Example
Text Example
White with #F6ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACC2; }
p { color: rgb(246,172,194); }
H1.HeaderClassName
{
color: #F6ACC2;
}
.AnyTagClassName
{
color: #F6ACC2;
}
</style>
background-color css
<style>
a { background-color: #F6ACC2; }
a { background-color: rgb(246,172,194); }
div.DivClassName
{
background-color: #F6ACC2;
}
.BgClassName
{
background-color: #F6ACC2;
}
</style>
border-color css
<style>
span { border-color: #F6ACC2; }
span { border-color: rgb(246,172,194); }
td.TdClassName
{
border-color: #F6ACC2;
}
.TagClassName
{
border-color: #F6ACC2;
}
</style>