Shades of Cupid #F2A6BE
Tints of Cupid #F2A6BE
RGB
CMYK
RGB Variations
Color information
#F2A6BE (or 0xF2A6BE) is known color: Cupid. HEX triplet: F2, A6 and BE. RGB value is (242,166,190). Sum of RGB (Red+Green+Blue) = 242+166+190=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6BE is #0D5941. Grayscale: #BFBFBF. Windows color (decimal): -874818 or 12494578. OLE color: 12494578.
HSL color Cylindrical-coordinate representation of color #F2A6BE: hue angle of 341.05º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6BE is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 190 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.05 |
| HSL | 341.05º | 0.75% | 0.8% | - |
| HSV(B) | 341.05º | 0.31% | 0.95% | - |
| XYZ | 59.55 | 49.87 | 55.2 | - |
| YUV | 191.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 190 | 0 | 0.31 | 0.21 | 0.05 | 341.05 | 0.75 | 0.8 |
| Hex | F2 | A6 | BE | 0 | 1F | 15 | 5 | 155 | 4B | 50 |
| Octal | 362 | 246 | 276 | 0 | 37 | 25 | 5 | 525 | 113 | 120 |
| Binary | 11110010 | 10100110 | 10111110 | 0 | 11111 | 10101 | 101 | 101010101 | 1001011 | 1010000 |
Color Harmonies of #F2A6BE
Complementary color
Monochromatic Colors of #F2A6BE
Black with #F2A6BE
Text Example
Text Example
White with #F2A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A6BE; }
p { color: rgb(242,166,190); }
H1.HeaderClassName
{
color: #F2A6BE;
}
.AnyTagClassName
{
color: #F2A6BE;
}
</style>
background-color css
<style>
a { background-color: #F2A6BE; }
a { background-color: rgb(242,166,190); }
div.DivClassName
{
background-color: #F2A6BE;
}
.BgClassName
{
background-color: #F2A6BE;
}
</style>
border-color css
<style>
span { border-color: #F2A6BE; }
span { border-color: rgb(242,166,190); }
td.TdClassName
{
border-color: #F2A6BE;
}
.TagClassName
{
border-color: #F2A6BE;
}
</style>