Shades of Cupid #F5ABC0
Tints of Cupid #F5ABC0
RGB
CMYK
RGB Variations
Color information
#F5ABC0 (or 0xF5ABC0) is known color: Cupid. HEX triplet: F5, AB and C0. RGB value is (245,171,192). Sum of RGB (Red+Green+Blue) = 245+171+192=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABC0 is #0A543F. Grayscale: #C3C3C3. Windows color (decimal): -676928 or 12626933. OLE color: 12626933.
HSL color Cylindrical-coordinate representation of color #F5ABC0: hue angle of 342.97º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABC0 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 192 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.04 |
| HSL | 342.97º | 0.79% | 0.82% | - |
| HSV(B) | 342.97º | 0.3% | 0.96% | - |
| XYZ | 61.73 | 52.34 | 56.72 | - |
| YUV | 195.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 192 | 0 | 0.30 | 0.22 | 0.04 | 342.97 | 0.79 | 0.82 |
| Hex | F5 | AB | C0 | 0 | 1E | 16 | 4 | 157 | 4F | 52 |
| Octal | 365 | 253 | 300 | 0 | 36 | 26 | 4 | 527 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11000000 | 0 | 11110 | 10110 | 100 | 101010111 | 1001111 | 1010010 |
Color Harmonies of #F5ABC0
Complementary color
Monochromatic Colors of #F5ABC0
Black with #F5ABC0
Text Example
Text Example
White with #F5ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABC0; }
p { color: rgb(245,171,192); }
H1.HeaderClassName
{
color: #F5ABC0;
}
.AnyTagClassName
{
color: #F5ABC0;
}
</style>
background-color css
<style>
a { background-color: #F5ABC0; }
a { background-color: rgb(245,171,192); }
div.DivClassName
{
background-color: #F5ABC0;
}
.BgClassName
{
background-color: #F5ABC0;
}
</style>
border-color css
<style>
span { border-color: #F5ABC0; }
span { border-color: rgb(245,171,192); }
td.TdClassName
{
border-color: #F5ABC0;
}
.TagClassName
{
border-color: #F5ABC0;
}
</style>