Shades of Cupid #F5A4BD
Tints of Cupid #F5A4BD
RGB
CMYK
RGB Variations
Color information
#F5A4BD (or 0xF5A4BD) is known color: Cupid. HEX triplet: F5, A4 and BD. RGB value is (245,164,189). Sum of RGB (Red+Green+Blue) = 245+164+189=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4BD is #0A5B42. Grayscale: #BFBFBF. Windows color (decimal): -678723 or 12428533. OLE color: 12428533.
HSL color Cylindrical-coordinate representation of color #F5A4BD: hue angle of 341.48º 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 #F5A4BD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 189 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.04 |
| HSL | 341.48º | 0.8% | 0.8% | - |
| HSV(B) | 341.48º | 0.33% | 0.96% | - |
| XYZ | 60.12 | 49.64 | 54.56 | - |
| YUV | 191.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 189 | 0 | 0.33 | 0.23 | 0.04 | 341.48 | 0.8 | 0.8 |
| Hex | F5 | A4 | BD | 0 | 21 | 17 | 4 | 155 | 50 | 50 |
| Octal | 365 | 244 | 275 | 0 | 41 | 27 | 4 | 525 | 120 | 120 |
| Binary | 11110101 | 10100100 | 10111101 | 0 | 100001 | 10111 | 100 | 101010101 | 1010000 | 1010000 |
Color Harmonies of #F5A4BD
Complementary color
Monochromatic Colors of #F5A4BD
Black with #F5A4BD
Text Example
Text Example
White with #F5A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A4BD; }
p { color: rgb(245,164,189); }
H1.HeaderClassName
{
color: #F5A4BD;
}
.AnyTagClassName
{
color: #F5A4BD;
}
</style>
background-color css
<style>
a { background-color: #F5A4BD; }
a { background-color: rgb(245,164,189); }
div.DivClassName
{
background-color: #F5A4BD;
}
.BgClassName
{
background-color: #F5A4BD;
}
</style>
border-color css
<style>
span { border-color: #F5A4BD; }
span { border-color: rgb(245,164,189); }
td.TdClassName
{
border-color: #F5A4BD;
}
.TagClassName
{
border-color: #F5A4BD;
}
</style>