Shades of Cupid #F6AABC
Tints of Cupid #F6AABC
RGB
CMYK
RGB Variations
Color information
#F6AABC (or 0xF6AABC) is known color: Cupid. HEX triplet: F6, AA and BC. RGB value is (246,170,188). Sum of RGB (Red+Green+Blue) = 246+170+188=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AABC is #095543. Grayscale: #C2C2C2. Windows color (decimal): -611652 or 12364534. OLE color: 12364534.
HSL color Cylindrical-coordinate representation of color #F6AABC: hue angle of 345.79º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AABC is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 188 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.04 |
| HSL | 345.79º | 0.81% | 0.82% | - |
| HSV(B) | 345.79º | 0.31% | 0.96% | - |
| XYZ | 61.46 | 51.97 | 54.37 | - |
| YUV | 194.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 188 | 0 | 0.31 | 0.24 | 0.04 | 345.79 | 0.81 | 0.82 |
| Hex | F6 | AA | BC | 0 | 1F | 18 | 4 | 15A | 51 | 52 |
| Octal | 366 | 252 | 274 | 0 | 37 | 30 | 4 | 532 | 121 | 122 |
| Binary | 11110110 | 10101010 | 10111100 | 0 | 11111 | 11000 | 100 | 101011010 | 1010001 | 1010010 |
Color Harmonies of #F6AABC
Complementary color
Monochromatic Colors of #F6AABC
Black with #F6AABC
Text Example
Text Example
White with #F6AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AABC; }
p { color: rgb(246,170,188); }
H1.HeaderClassName
{
color: #F6AABC;
}
.AnyTagClassName
{
color: #F6AABC;
}
</style>
background-color css
<style>
a { background-color: #F6AABC; }
a { background-color: rgb(246,170,188); }
div.DivClassName
{
background-color: #F6AABC;
}
.BgClassName
{
background-color: #F6AABC;
}
</style>
border-color css
<style>
span { border-color: #F6AABC; }
span { border-color: rgb(246,170,188); }
td.TdClassName
{
border-color: #F6AABC;
}
.TagClassName
{
border-color: #F6AABC;
}
</style>