Shades of Mandys Pink #F2B591
Tints of Mandys Pink #F2B591
RGB
CMYK
RGB Variations
Color information
#F2B591 (or 0xF2B591) is known color: Mandys Pink. HEX triplet: F2, B5 and 91. RGB value is (242,181,145). Sum of RGB (Red+Green+Blue) = 242+181+145=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B591 is #0D4A6E. Grayscale: #C3C3C3. Windows color (decimal): -871023 or 9549298. OLE color: 9549298.
HSL color Cylindrical-coordinate representation of color #F2B591: hue angle of 22.27º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2B591 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 145 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.05 |
| HSL | 22.27º | 0.79% | 0.76% | - |
| HSV(B) | 22.27º | 0.4% | 0.95% | - |
| XYZ | 58.25 | 53.97 | 34.13 | - |
| YUV | 195.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 145 | 0 | 0.25 | 0.40 | 0.05 | 22.27 | 0.79 | 0.76 |
| Hex | F2 | B5 | 91 | 0 | 19 | 28 | 5 | 16 | 4F | 4C |
| Octal | 362 | 265 | 221 | 0 | 31 | 50 | 5 | 26 | 117 | 114 |
| Binary | 11110010 | 10110101 | 10010001 | 0 | 11001 | 101000 | 101 | 10110 | 1001111 | 1001100 |
Color Harmonies of #F2B591
Complementary color
Monochromatic Colors of #F2B591
Black with #F2B591
Text Example
Text Example
White with #F2B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B591; }
p { color: rgb(242,181,145); }
H1.HeaderClassName
{
color: #F2B591;
}
.AnyTagClassName
{
color: #F2B591;
}
</style>
background-color css
<style>
a { background-color: #F2B591; }
a { background-color: rgb(242,181,145); }
div.DivClassName
{
background-color: #F2B591;
}
.BgClassName
{
background-color: #F2B591;
}
</style>
border-color css
<style>
span { border-color: #F2B591; }
span { border-color: rgb(242,181,145); }
td.TdClassName
{
border-color: #F2B591;
}
.TagClassName
{
border-color: #F2B591;
}
</style>