Shades of Cupid #F2A5C0
Tints of Cupid #F2A5C0
RGB
CMYK
RGB Variations
Color information
#F2A5C0 (or 0xF2A5C0) is known color: Cupid. HEX triplet: F2, A5 and C0. RGB value is (242,165,192). Sum of RGB (Red+Green+Blue) = 242+165+192=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5C0 is #0D5A3F. Grayscale: #BFBFBF. Windows color (decimal): -875072 or 12625394. OLE color: 12625394.
HSL color Cylindrical-coordinate representation of color #F2A5C0: hue angle of 338.96º 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 #F2A5C0 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 192 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.05 |
| HSL | 338.96º | 0.75% | 0.8% | - |
| HSV(B) | 338.96º | 0.32% | 0.95% | - |
| XYZ | 59.59 | 49.59 | 56.3 | - |
| YUV | 191.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 192 | 0 | 0.32 | 0.21 | 0.05 | 338.96 | 0.75 | 0.8 |
| Hex | F2 | A5 | C0 | 0 | 20 | 15 | 5 | 153 | 4B | 50 |
| Octal | 362 | 245 | 300 | 0 | 40 | 25 | 5 | 523 | 113 | 120 |
| Binary | 11110010 | 10100101 | 11000000 | 0 | 100000 | 10101 | 101 | 101010011 | 1001011 | 1010000 |
Color Harmonies of #F2A5C0
Complementary color
Monochromatic Colors of #F2A5C0
Black with #F2A5C0
Text Example
Text Example
White with #F2A5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5C0; }
p { color: rgb(242,165,192); }
H1.HeaderClassName
{
color: #F2A5C0;
}
.AnyTagClassName
{
color: #F2A5C0;
}
</style>
background-color css
<style>
a { background-color: #F2A5C0; }
a { background-color: rgb(242,165,192); }
div.DivClassName
{
background-color: #F2A5C0;
}
.BgClassName
{
background-color: #F2A5C0;
}
</style>
border-color css
<style>
span { border-color: #F2A5C0; }
span { border-color: rgb(242,165,192); }
td.TdClassName
{
border-color: #F2A5C0;
}
.TagClassName
{
border-color: #F2A5C0;
}
</style>