Shades of Cupid #F5A5BD
Tints of Cupid #F5A5BD
RGB
CMYK
RGB Variations
Color information
#F5A5BD (or 0xF5A5BD) is known color: Cupid. HEX triplet: F5, A5 and BD. RGB value is (245,165,189). Sum of RGB (Red+Green+Blue) = 245+165+189=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A5BD is #0A5A42. Grayscale: #BFBFBF. Windows color (decimal): -678467 or 12428789. OLE color: 12428789.
HSL color Cylindrical-coordinate representation of color #F5A5BD: hue angle of 342º 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 #F5A5BD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 189 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.04 |
| HSL | 342º | 0.8% | 0.8% | - |
| HSV(B) | 342º | 0.33% | 0.96% | - |
| XYZ | 60.3 | 50 | 54.62 | - |
| YUV | 191.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 189 | 0 | 0.33 | 0.23 | 0.04 | 342 | 0.8 | 0.8 |
| Hex | F5 | A5 | BD | 0 | 21 | 17 | 4 | 156 | 50 | 50 |
| Octal | 365 | 245 | 275 | 0 | 41 | 27 | 4 | 526 | 120 | 120 |
| Binary | 11110101 | 10100101 | 10111101 | 0 | 100001 | 10111 | 100 | 101010110 | 1010000 | 1010000 |
Color Harmonies of #F5A5BD
Complementary color
Monochromatic Colors of #F5A5BD
Black with #F5A5BD
Text Example
Text Example
White with #F5A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5BD; }
p { color: rgb(245,165,189); }
H1.HeaderClassName
{
color: #F5A5BD;
}
.AnyTagClassName
{
color: #F5A5BD;
}
</style>
background-color css
<style>
a { background-color: #F5A5BD; }
a { background-color: rgb(245,165,189); }
div.DivClassName
{
background-color: #F5A5BD;
}
.BgClassName
{
background-color: #F5A5BD;
}
</style>
border-color css
<style>
span { border-color: #F5A5BD; }
span { border-color: rgb(245,165,189); }
td.TdClassName
{
border-color: #F5A5BD;
}
.TagClassName
{
border-color: #F5A5BD;
}
</style>