Shades of Cupid #F2A5BA
Tints of Cupid #F2A5BA
RGB
CMYK
RGB Variations
Color information
#F2A5BA (or 0xF2A5BA) is known color: Cupid. HEX triplet: F2, A5 and BA. RGB value is (242,165,186). Sum of RGB (Red+Green+Blue) = 242+165+186=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5BA is #0D5A45. Grayscale: #BEBEBE. Windows color (decimal): -875078 or 12232178. OLE color: 12232178.
HSL color Cylindrical-coordinate representation of color #F2A5BA: hue angle of 343.64º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A5BA is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 186 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.05 |
| HSL | 343.64º | 0.75% | 0.8% | - |
| HSV(B) | 343.64º | 0.32% | 0.95% | - |
| XYZ | 58.94 | 49.33 | 52.87 | - |
| YUV | 190.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 186 | 0 | 0.32 | 0.23 | 0.05 | 343.64 | 0.75 | 0.8 |
| Hex | F2 | A5 | BA | 0 | 20 | 17 | 5 | 158 | 4B | 50 |
| Octal | 362 | 245 | 272 | 0 | 40 | 27 | 5 | 530 | 113 | 120 |
| Binary | 11110010 | 10100101 | 10111010 | 0 | 100000 | 10111 | 101 | 101011000 | 1001011 | 1010000 |
Color Harmonies of #F2A5BA
Complementary color
Monochromatic Colors of #F2A5BA
Black with #F2A5BA
Text Example
Text Example
White with #F2A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5BA; }
p { color: rgb(242,165,186); }
H1.HeaderClassName
{
color: #F2A5BA;
}
.AnyTagClassName
{
color: #F2A5BA;
}
</style>
background-color css
<style>
a { background-color: #F2A5BA; }
a { background-color: rgb(242,165,186); }
div.DivClassName
{
background-color: #F2A5BA;
}
.BgClassName
{
background-color: #F2A5BA;
}
</style>
border-color css
<style>
span { border-color: #F2A5BA; }
span { border-color: rgb(242,165,186); }
td.TdClassName
{
border-color: #F2A5BA;
}
.TagClassName
{
border-color: #F2A5BA;
}
</style>