Shades of Cupid #F6AABE
Tints of Cupid #F6AABE
RGB
CMYK
RGB Variations
Color information
#F6AABE (or 0xF6AABE) is known color: Cupid. HEX triplet: F6, AA and BE. RGB value is (246,170,190). Sum of RGB (Red+Green+Blue) = 246+170+190=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AABE is #095541. Grayscale: #C3C3C3. Windows color (decimal): -611650 or 12495606. OLE color: 12495606.
HSL color Cylindrical-coordinate representation of color #F6AABE: hue angle of 344.21º 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 #F6AABE is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 190 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.04 |
| HSL | 344.21º | 0.81% | 0.82% | - |
| HSV(B) | 344.21º | 0.31% | 0.96% | - |
| XYZ | 61.68 | 52.06 | 55.51 | - |
| YUV | 195 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 190 | 0 | 0.31 | 0.23 | 0.04 | 344.21 | 0.81 | 0.82 |
| Hex | F6 | AA | BE | 0 | 1F | 17 | 4 | 158 | 51 | 52 |
| Octal | 366 | 252 | 276 | 0 | 37 | 27 | 4 | 530 | 121 | 122 |
| Binary | 11110110 | 10101010 | 10111110 | 0 | 11111 | 10111 | 100 | 101011000 | 1010001 | 1010010 |
Color Harmonies of #F6AABE
Complementary color
Monochromatic Colors of #F6AABE
Black with #F6AABE
Text Example
Text Example
White with #F6AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AABE; }
p { color: rgb(246,170,190); }
H1.HeaderClassName
{
color: #F6AABE;
}
.AnyTagClassName
{
color: #F6AABE;
}
</style>
background-color css
<style>
a { background-color: #F6AABE; }
a { background-color: rgb(246,170,190); }
div.DivClassName
{
background-color: #F6AABE;
}
.BgClassName
{
background-color: #F6AABE;
}
</style>
border-color css
<style>
span { border-color: #F6AABE; }
span { border-color: rgb(246,170,190); }
td.TdClassName
{
border-color: #F6AABE;
}
.TagClassName
{
border-color: #F6AABE;
}
</style>