Shades of Cupid #F5AAC0
Tints of Cupid #F5AAC0
RGB
CMYK
RGB Variations
Color information
#F5AAC0 (or 0xF5AAC0) is known color: Cupid. HEX triplet: F5, AA and C0. RGB value is (245,170,192). Sum of RGB (Red+Green+Blue) = 245+170+192=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AAC0 is #0A553F. Grayscale: #C2C2C2. Windows color (decimal): -677184 or 12626677. OLE color: 12626677.
HSL color Cylindrical-coordinate representation of color #F5AAC0: hue angle of 342.4º 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 #F5AAC0 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 192 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.04 |
| HSL | 342.4º | 0.79% | 0.81% | - |
| HSV(B) | 342.4º | 0.31% | 0.96% | - |
| XYZ | 61.55 | 51.97 | 56.66 | - |
| YUV | 194.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 192 | 0 | 0.31 | 0.22 | 0.04 | 342.4 | 0.79 | 0.81 |
| Hex | F5 | AA | C0 | 0 | 1F | 16 | 4 | 156 | 4F | 51 |
| Octal | 365 | 252 | 300 | 0 | 37 | 26 | 4 | 526 | 117 | 121 |
| Binary | 11110101 | 10101010 | 11000000 | 0 | 11111 | 10110 | 100 | 101010110 | 1001111 | 1010001 |
Color Harmonies of #F5AAC0
Complementary color
Monochromatic Colors of #F5AAC0
Black with #F5AAC0
Text Example
Text Example
White with #F5AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AAC0; }
p { color: rgb(245,170,192); }
H1.HeaderClassName
{
color: #F5AAC0;
}
.AnyTagClassName
{
color: #F5AAC0;
}
</style>
background-color css
<style>
a { background-color: #F5AAC0; }
a { background-color: rgb(245,170,192); }
div.DivClassName
{
background-color: #F5AAC0;
}
.BgClassName
{
background-color: #F5AAC0;
}
</style>
border-color css
<style>
span { border-color: #F5AAC0; }
span { border-color: rgb(245,170,192); }
td.TdClassName
{
border-color: #F5AAC0;
}
.TagClassName
{
border-color: #F5AAC0;
}
</style>