Shades of Mandys Pink #F2B491
Tints of Mandys Pink #F2B491
RGB
CMYK
RGB Variations
Color information
#F2B491 (or 0xF2B491) is known color: Mandys Pink. HEX triplet: F2, B4 and 91. RGB value is (242,180,145). Sum of RGB (Red+Green+Blue) = 242+180+145=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B491 is #0D4B6E. Grayscale: #C2C2C2. Windows color (decimal): -871279 or 9549042. OLE color: 9549042.
HSL color Cylindrical-coordinate representation of color #F2B491: hue angle of 21.65º 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 #F2B491 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 145 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.05 |
| HSL | 21.65º | 0.79% | 0.76% | - |
| HSV(B) | 21.65º | 0.4% | 0.95% | - |
| XYZ | 58.05 | 53.56 | 34.07 | - |
| YUV | 194.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 145 | 0 | 0.26 | 0.40 | 0.05 | 21.65 | 0.79 | 0.76 |
| Hex | F2 | B4 | 91 | 0 | 1A | 28 | 5 | 16 | 4F | 4C |
| Octal | 362 | 264 | 221 | 0 | 32 | 50 | 5 | 26 | 117 | 114 |
| Binary | 11110010 | 10110100 | 10010001 | 0 | 11010 | 101000 | 101 | 10110 | 1001111 | 1001100 |
Color Harmonies of #F2B491
Complementary color
Monochromatic Colors of #F2B491
Black with #F2B491
Text Example
Text Example
White with #F2B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B491; }
p { color: rgb(242,180,145); }
H1.HeaderClassName
{
color: #F2B491;
}
.AnyTagClassName
{
color: #F2B491;
}
</style>
background-color css
<style>
a { background-color: #F2B491; }
a { background-color: rgb(242,180,145); }
div.DivClassName
{
background-color: #F2B491;
}
.BgClassName
{
background-color: #F2B491;
}
</style>
border-color css
<style>
span { border-color: #F2B491; }
span { border-color: rgb(242,180,145); }
td.TdClassName
{
border-color: #F2B491;
}
.TagClassName
{
border-color: #F2B491;
}
</style>