Shades of Cupid #F6A9BC
Tints of Cupid #F6A9BC
RGB
CMYK
RGB Variations
Color information
#F6A9BC (or 0xF6A9BC) is known color: Cupid. HEX triplet: F6, A9 and BC. RGB value is (246,169,188). Sum of RGB (Red+Green+Blue) = 246+169+188=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9BC is #095643. Grayscale: #C2C2C2. Windows color (decimal): -611908 or 12364278. OLE color: 12364278.
HSL color Cylindrical-coordinate representation of color #F6A9BC: hue angle of 345.19º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9BC is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 188 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.04 |
| HSL | 345.19º | 0.81% | 0.81% | - |
| HSV(B) | 345.19º | 0.31% | 0.96% | - |
| XYZ | 61.27 | 51.6 | 54.31 | - |
| YUV | 194.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 188 | 0 | 0.31 | 0.24 | 0.04 | 345.19 | 0.81 | 0.81 |
| Hex | F6 | A9 | BC | 0 | 1F | 18 | 4 | 159 | 51 | 51 |
| Octal | 366 | 251 | 274 | 0 | 37 | 30 | 4 | 531 | 121 | 121 |
| Binary | 11110110 | 10101001 | 10111100 | 0 | 11111 | 11000 | 100 | 101011001 | 1010001 | 1010001 |
Color Harmonies of #F6A9BC
Complementary color
Monochromatic Colors of #F6A9BC
Black with #F6A9BC
Text Example
Text Example
White with #F6A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A9BC; }
p { color: rgb(246,169,188); }
H1.HeaderClassName
{
color: #F6A9BC;
}
.AnyTagClassName
{
color: #F6A9BC;
}
</style>
background-color css
<style>
a { background-color: #F6A9BC; }
a { background-color: rgb(246,169,188); }
div.DivClassName
{
background-color: #F6A9BC;
}
.BgClassName
{
background-color: #F6A9BC;
}
</style>
border-color css
<style>
span { border-color: #F6A9BC; }
span { border-color: rgb(246,169,188); }
td.TdClassName
{
border-color: #F6A9BC;
}
.TagClassName
{
border-color: #F6A9BC;
}
</style>