Shades of Cupid #F2A8BD
Tints of Cupid #F2A8BD
RGB
CMYK
RGB Variations
Color information
#F2A8BD (or 0xF2A8BD) is known color: Cupid. HEX triplet: F2, A8 and BD. RGB value is (242,168,189). Sum of RGB (Red+Green+Blue) = 242+168+189=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8BD is #0D5742. Grayscale: #C0C0C0. Windows color (decimal): -874307 or 12429554. OLE color: 12429554.
HSL color Cylindrical-coordinate representation of color #F2A8BD: hue angle of 342.97º 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 #F2A8BD is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 189 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.05 |
| HSL | 342.97º | 0.74% | 0.8% | - |
| HSV(B) | 342.97º | 0.31% | 0.95% | - |
| XYZ | 59.81 | 50.56 | 54.75 | - |
| YUV | 192.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 189 | 0 | 0.31 | 0.22 | 0.05 | 342.97 | 0.74 | 0.8 |
| Hex | F2 | A8 | BD | 0 | 1F | 16 | 5 | 157 | 4A | 50 |
| Octal | 362 | 250 | 275 | 0 | 37 | 26 | 5 | 527 | 112 | 120 |
| Binary | 11110010 | 10101000 | 10111101 | 0 | 11111 | 10110 | 101 | 101010111 | 1001010 | 1010000 |
Color Harmonies of #F2A8BD
Complementary color
Monochromatic Colors of #F2A8BD
Black with #F2A8BD
Text Example
Text Example
White with #F2A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8BD; }
p { color: rgb(242,168,189); }
H1.HeaderClassName
{
color: #F2A8BD;
}
.AnyTagClassName
{
color: #F2A8BD;
}
</style>
background-color css
<style>
a { background-color: #F2A8BD; }
a { background-color: rgb(242,168,189); }
div.DivClassName
{
background-color: #F2A8BD;
}
.BgClassName
{
background-color: #F2A8BD;
}
</style>
border-color css
<style>
span { border-color: #F2A8BD; }
span { border-color: rgb(242,168,189); }
td.TdClassName
{
border-color: #F2A8BD;
}
.TagClassName
{
border-color: #F2A8BD;
}
</style>