Shades of Mandys Pink #F2B089
Tints of Mandys Pink #F2B089
RGB
CMYK
RGB Variations
Color information
#F2B089 (or 0xF2B089) is known color: Mandys Pink. HEX triplet: F2, B0 and 89. RGB value is (242,176,137). Sum of RGB (Red+Green+Blue) = 242+176+137=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B089 is #0D4F76. Grayscale: #BFBFBF. Windows color (decimal): -872311 or 9023730. OLE color: 9023730.
HSL color Cylindrical-coordinate representation of color #F2B089: hue angle of 22.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2B089 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 137 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.05 |
| HSL | 22.29º | 0.8% | 0.74% | - |
| HSV(B) | 22.29º | 0.43% | 0.95% | - |
| XYZ | 56.66 | 51.73 | 30.67 | - |
| YUV | 191.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 137 | 0 | 0.27 | 0.43 | 0.05 | 22.29 | 0.8 | 0.74 |
| Hex | F2 | B0 | 89 | 0 | 1B | 2B | 5 | 16 | 50 | 4A |
| Octal | 362 | 260 | 211 | 0 | 33 | 53 | 5 | 26 | 120 | 112 |
| Binary | 11110010 | 10110000 | 10001001 | 0 | 11011 | 101011 | 101 | 10110 | 1010000 | 1001010 |
Color Harmonies of #F2B089
Complementary color
Monochromatic Colors of #F2B089
Black with #F2B089
Text Example
Text Example
White with #F2B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B089; }
p { color: rgb(242,176,137); }
H1.HeaderClassName
{
color: #F2B089;
}
.AnyTagClassName
{
color: #F2B089;
}
</style>
background-color css
<style>
a { background-color: #F2B089; }
a { background-color: rgb(242,176,137); }
div.DivClassName
{
background-color: #F2B089;
}
.BgClassName
{
background-color: #F2B089;
}
</style>
border-color css
<style>
span { border-color: #F2B089; }
span { border-color: rgb(242,176,137); }
td.TdClassName
{
border-color: #F2B089;
}
.TagClassName
{
border-color: #F2B089;
}
</style>