Shades of Cupid #F6A6BD
Tints of Cupid #F6A6BD
RGB
CMYK
RGB Variations
Color information
#F6A6BD (or 0xF6A6BD) is known color: Cupid. HEX triplet: F6, A6 and BD. RGB value is (246,166,189). Sum of RGB (Red+Green+Blue) = 246+166+189=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6BD is #095942. Grayscale: #C0C0C0. Windows color (decimal): -612675 or 12429046. OLE color: 12429046.
HSL color Cylindrical-coordinate representation of color #F6A6BD: hue angle of 342.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6BD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 189 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.04 |
| HSL | 342.75º | 0.82% | 0.81% | - |
| HSV(B) | 342.75º | 0.33% | 0.96% | - |
| XYZ | 60.83 | 50.54 | 54.69 | - |
| YUV | 192.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 189 | 0 | 0.33 | 0.23 | 0.04 | 342.75 | 0.82 | 0.81 |
| Hex | F6 | A6 | BD | 0 | 21 | 17 | 4 | 157 | 52 | 51 |
| Octal | 366 | 246 | 275 | 0 | 41 | 27 | 4 | 527 | 122 | 121 |
| Binary | 11110110 | 10100110 | 10111101 | 0 | 100001 | 10111 | 100 | 101010111 | 1010010 | 1010001 |
Color Harmonies of #F6A6BD
Complementary color
Monochromatic Colors of #F6A6BD
Black with #F6A6BD
Text Example
Text Example
White with #F6A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A6BD; }
p { color: rgb(246,166,189); }
H1.HeaderClassName
{
color: #F6A6BD;
}
.AnyTagClassName
{
color: #F6A6BD;
}
</style>
background-color css
<style>
a { background-color: #F6A6BD; }
a { background-color: rgb(246,166,189); }
div.DivClassName
{
background-color: #F6A6BD;
}
.BgClassName
{
background-color: #F6A6BD;
}
</style>
border-color css
<style>
span { border-color: #F6A6BD; }
span { border-color: rgb(246,166,189); }
td.TdClassName
{
border-color: #F6A6BD;
}
.TagClassName
{
border-color: #F6A6BD;
}
</style>