Shades of Cupid #F6A5B8
Tints of Cupid #F6A5B8
RGB
CMYK
RGB Variations
Color information
#F6A5B8 (or 0xF6A5B8) is known color: Cupid. HEX triplet: F6, A5 and B8. RGB value is (246,165,184). Sum of RGB (Red+Green+Blue) = 246+165+184=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5B8 is #095A47. Grayscale: #BFBFBF. Windows color (decimal): -612936 or 12101110. OLE color: 12101110.
HSL color Cylindrical-coordinate representation of color #F6A5B8: hue angle of 345.93º 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 #F6A5B8 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 184 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.04 |
| HSL | 345.93º | 0.82% | 0.81% | - |
| HSV(B) | 345.93º | 0.33% | 0.96% | - |
| XYZ | 60.11 | 49.96 | 51.82 | - |
| YUV | 191.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 184 | 0 | 0.33 | 0.25 | 0.04 | 345.93 | 0.82 | 0.81 |
| Hex | F6 | A5 | B8 | 0 | 21 | 19 | 4 | 15A | 52 | 51 |
| Octal | 366 | 245 | 270 | 0 | 41 | 31 | 4 | 532 | 122 | 121 |
| Binary | 11110110 | 10100101 | 10111000 | 0 | 100001 | 11001 | 100 | 101011010 | 1010010 | 1010001 |
Color Harmonies of #F6A5B8
Complementary color
Monochromatic Colors of #F6A5B8
Black with #F6A5B8
Text Example
Text Example
White with #F6A5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5B8; }
p { color: rgb(246,165,184); }
H1.HeaderClassName
{
color: #F6A5B8;
}
.AnyTagClassName
{
color: #F6A5B8;
}
</style>
background-color css
<style>
a { background-color: #F6A5B8; }
a { background-color: rgb(246,165,184); }
div.DivClassName
{
background-color: #F6A5B8;
}
.BgClassName
{
background-color: #F6A5B8;
}
</style>
border-color css
<style>
span { border-color: #F6A5B8; }
span { border-color: rgb(246,165,184); }
td.TdClassName
{
border-color: #F6A5B8;
}
.TagClassName
{
border-color: #F6A5B8;
}
</style>