Shades of Cupid #F2ABBB
Tints of Cupid #F2ABBB
RGB
CMYK
RGB Variations
Color information
#F2ABBB (or 0xF2ABBB) is known color: Cupid. HEX triplet: F2, AB and BB. RGB value is (242,171,187). Sum of RGB (Red+Green+Blue) = 242+171+187=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABBB is #0D5444. Grayscale: #C2C2C2. Windows color (decimal): -873541 or 12299250. OLE color: 12299250.
HSL color Cylindrical-coordinate representation of color #F2ABBB: hue angle of 346.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABBB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 187 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.05 |
| HSL | 346.48º | 0.73% | 0.81% | - |
| HSV(B) | 346.48º | 0.29% | 0.95% | - |
| XYZ | 60.15 | 51.59 | 53.8 | - |
| YUV | 194.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 187 | 0 | 0.29 | 0.23 | 0.05 | 346.48 | 0.73 | 0.81 |
| Hex | F2 | AB | BB | 0 | 1D | 17 | 5 | 15A | 49 | 51 |
| Octal | 362 | 253 | 273 | 0 | 35 | 27 | 5 | 532 | 111 | 121 |
| Binary | 11110010 | 10101011 | 10111011 | 0 | 11101 | 10111 | 101 | 101011010 | 1001001 | 1010001 |
Color Harmonies of #F2ABBB
Complementary color
Monochromatic Colors of #F2ABBB
Black with #F2ABBB
Text Example
Text Example
White with #F2ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABBB; }
p { color: rgb(242,171,187); }
H1.HeaderClassName
{
color: #F2ABBB;
}
.AnyTagClassName
{
color: #F2ABBB;
}
</style>
background-color css
<style>
a { background-color: #F2ABBB; }
a { background-color: rgb(242,171,187); }
div.DivClassName
{
background-color: #F2ABBB;
}
.BgClassName
{
background-color: #F2ABBB;
}
</style>
border-color css
<style>
span { border-color: #F2ABBB; }
span { border-color: rgb(242,171,187); }
td.TdClassName
{
border-color: #F2ABBB;
}
.TagClassName
{
border-color: #F2ABBB;
}
</style>