Shades of Cupid #F5A5BB
Tints of Cupid #F5A5BB
RGB
CMYK
RGB Variations
Color information
#F5A5BB (or 0xF5A5BB) is known color: Cupid. HEX triplet: F5, A5 and BB. RGB value is (245,165,187). Sum of RGB (Red+Green+Blue) = 245+165+187=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A5BB is #0A5A44. Grayscale: #BFBFBF. Windows color (decimal): -678469 or 12297717. OLE color: 12297717.
HSL color Cylindrical-coordinate representation of color #F5A5BB: hue angle of 343.5º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A5BB is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 187 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.04 |
| HSL | 343.5º | 0.8% | 0.8% | - |
| HSV(B) | 343.5º | 0.33% | 0.96% | - |
| XYZ | 60.08 | 49.91 | 53.48 | - |
| YUV | 191.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 187 | 0 | 0.33 | 0.24 | 0.04 | 343.5 | 0.8 | 0.8 |
| Hex | F5 | A5 | BB | 0 | 21 | 18 | 4 | 158 | 50 | 50 |
| Octal | 365 | 245 | 273 | 0 | 41 | 30 | 4 | 530 | 120 | 120 |
| Binary | 11110101 | 10100101 | 10111011 | 0 | 100001 | 11000 | 100 | 101011000 | 1010000 | 1010000 |
Color Harmonies of #F5A5BB
Complementary color
Monochromatic Colors of #F5A5BB
Black with #F5A5BB
Text Example
Text Example
White with #F5A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5BB; }
p { color: rgb(245,165,187); }
H1.HeaderClassName
{
color: #F5A5BB;
}
.AnyTagClassName
{
color: #F5A5BB;
}
</style>
background-color css
<style>
a { background-color: #F5A5BB; }
a { background-color: rgb(245,165,187); }
div.DivClassName
{
background-color: #F5A5BB;
}
.BgClassName
{
background-color: #F5A5BB;
}
</style>
border-color css
<style>
span { border-color: #F5A5BB; }
span { border-color: rgb(245,165,187); }
td.TdClassName
{
border-color: #F5A5BB;
}
.TagClassName
{
border-color: #F5A5BB;
}
</style>