Shades of Cupid #F6AABF
Tints of Cupid #F6AABF
RGB
CMYK
RGB Variations
Color information
#F6AABF (or 0xF6AABF) is known color: Cupid. HEX triplet: F6, AA and BF. RGB value is (246,170,191). Sum of RGB (Red+Green+Blue) = 246+170+191=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AABF is #095540. Grayscale: #C3C3C3. Windows color (decimal): -611649 or 12561142. OLE color: 12561142.
HSL color Cylindrical-coordinate representation of color #F6AABF: hue angle of 343.42º 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 #F6AABF is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 191 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.04 |
| HSL | 343.42º | 0.81% | 0.82% | - |
| HSV(B) | 343.42º | 0.31% | 0.96% | - |
| XYZ | 61.78 | 52.1 | 56.09 | - |
| YUV | 195.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 191 | 0 | 0.31 | 0.22 | 0.04 | 343.42 | 0.81 | 0.82 |
| Hex | F6 | AA | BF | 0 | 1F | 16 | 4 | 157 | 51 | 52 |
| Octal | 366 | 252 | 277 | 0 | 37 | 26 | 4 | 527 | 121 | 122 |
| Binary | 11110110 | 10101010 | 10111111 | 0 | 11111 | 10110 | 100 | 101010111 | 1010001 | 1010010 |
Color Harmonies of #F6AABF
Complementary color
Monochromatic Colors of #F6AABF
Black with #F6AABF
Text Example
Text Example
White with #F6AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AABF; }
p { color: rgb(246,170,191); }
H1.HeaderClassName
{
color: #F6AABF;
}
.AnyTagClassName
{
color: #F6AABF;
}
</style>
background-color css
<style>
a { background-color: #F6AABF; }
a { background-color: rgb(246,170,191); }
div.DivClassName
{
background-color: #F6AABF;
}
.BgClassName
{
background-color: #F6AABF;
}
</style>
border-color css
<style>
span { border-color: #F6AABF; }
span { border-color: rgb(246,170,191); }
td.TdClassName
{
border-color: #F6AABF;
}
.TagClassName
{
border-color: #F6AABF;
}
</style>