Shades of Cupid #F5A8BF
Tints of Cupid #F5A8BF
RGB
CMYK
RGB Variations
Color information
#F5A8BF (or 0xF5A8BF) is known color: Cupid. HEX triplet: F5, A8 and BF. RGB value is (245,168,191). Sum of RGB (Red+Green+Blue) = 245+168+191=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8BF is #0A5740. Grayscale: #C1C1C1. Windows color (decimal): -677697 or 12560629. OLE color: 12560629.
HSL color Cylindrical-coordinate representation of color #F5A8BF: hue angle of 342.08º degrees, saturation: 0.79, 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 #F5A8BF is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 191 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.04 |
| HSL | 342.08º | 0.79% | 0.81% | - |
| HSV(B) | 342.08º | 0.31% | 0.96% | - |
| XYZ | 61.06 | 51.18 | 55.95 | - |
| YUV | 193.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 191 | 0 | 0.31 | 0.22 | 0.04 | 342.08 | 0.79 | 0.81 |
| Hex | F5 | A8 | BF | 0 | 1F | 16 | 4 | 156 | 4F | 51 |
| Octal | 365 | 250 | 277 | 0 | 37 | 26 | 4 | 526 | 117 | 121 |
| Binary | 11110101 | 10101000 | 10111111 | 0 | 11111 | 10110 | 100 | 101010110 | 1001111 | 1010001 |
Color Harmonies of #F5A8BF
Complementary color
Monochromatic Colors of #F5A8BF
Black with #F5A8BF
Text Example
Text Example
White with #F5A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8BF; }
p { color: rgb(245,168,191); }
H1.HeaderClassName
{
color: #F5A8BF;
}
.AnyTagClassName
{
color: #F5A8BF;
}
</style>
background-color css
<style>
a { background-color: #F5A8BF; }
a { background-color: rgb(245,168,191); }
div.DivClassName
{
background-color: #F5A8BF;
}
.BgClassName
{
background-color: #F5A8BF;
}
</style>
border-color css
<style>
span { border-color: #F5A8BF; }
span { border-color: rgb(245,168,191); }
td.TdClassName
{
border-color: #F5A8BF;
}
.TagClassName
{
border-color: #F5A8BF;
}
</style>