Shades of Cupid #F2A8BB
Tints of Cupid #F2A8BB
RGB
CMYK
RGB Variations
Color information
#F2A8BB (or 0xF2A8BB) is known color: Cupid. HEX triplet: F2, A8 and BB. RGB value is (242,168,187). Sum of RGB (Red+Green+Blue) = 242+168+187=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8BB is #0D5744. Grayscale: #C0C0C0. Windows color (decimal): -874309 or 12298482. OLE color: 12298482.
HSL color Cylindrical-coordinate representation of color #F2A8BB: hue angle of 344.59º degrees, saturation: 0.74, 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 #F2A8BB is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 187 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.05 |
| HSL | 344.59º | 0.74% | 0.8% | - |
| HSV(B) | 344.59º | 0.31% | 0.95% | - |
| XYZ | 59.59 | 50.47 | 53.61 | - |
| YUV | 192.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 187 | 0 | 0.31 | 0.23 | 0.05 | 344.59 | 0.74 | 0.8 |
| Hex | F2 | A8 | BB | 0 | 1F | 17 | 5 | 159 | 4A | 50 |
| Octal | 362 | 250 | 273 | 0 | 37 | 27 | 5 | 531 | 112 | 120 |
| Binary | 11110010 | 10101000 | 10111011 | 0 | 11111 | 10111 | 101 | 101011001 | 1001010 | 1010000 |
Color Harmonies of #F2A8BB
Complementary color
Monochromatic Colors of #F2A8BB
Black with #F2A8BB
Text Example
Text Example
White with #F2A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8BB; }
p { color: rgb(242,168,187); }
H1.HeaderClassName
{
color: #F2A8BB;
}
.AnyTagClassName
{
color: #F2A8BB;
}
</style>
background-color css
<style>
a { background-color: #F2A8BB; }
a { background-color: rgb(242,168,187); }
div.DivClassName
{
background-color: #F2A8BB;
}
.BgClassName
{
background-color: #F2A8BB;
}
</style>
border-color css
<style>
span { border-color: #F2A8BB; }
span { border-color: rgb(242,168,187); }
td.TdClassName
{
border-color: #F2A8BB;
}
.TagClassName
{
border-color: #F2A8BB;
}
</style>