Shades of Mandys Pink #F2B490
Tints of Mandys Pink #F2B490
RGB
CMYK
RGB Variations
Color information
#F2B490 (or 0xF2B490) is known color: Mandys Pink. HEX triplet: F2, B4 and 90. RGB value is (242,180,144). Sum of RGB (Red+Green+Blue) = 242+180+144=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B490 is #0D4B6F. Grayscale: #C2C2C2. Windows color (decimal): -871280 or 9483506. OLE color: 9483506.
HSL color Cylindrical-coordinate representation of color #F2B490: hue angle of 22.04º 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 #F2B490 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 144 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.05 |
| HSL | 22.04º | 0.79% | 0.76% | - |
| HSV(B) | 22.04º | 0.4% | 0.95% | - |
| XYZ | 57.97 | 53.53 | 33.66 | - |
| YUV | 194.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 144 | 0 | 0.26 | 0.40 | 0.05 | 22.04 | 0.79 | 0.76 |
| Hex | F2 | B4 | 90 | 0 | 1A | 28 | 5 | 16 | 4F | 4C |
| Octal | 362 | 264 | 220 | 0 | 32 | 50 | 5 | 26 | 117 | 114 |
| Binary | 11110010 | 10110100 | 10010000 | 0 | 11010 | 101000 | 101 | 10110 | 1001111 | 1001100 |
Color Harmonies of #F2B490
Complementary color
Monochromatic Colors of #F2B490
Black with #F2B490
Text Example
Text Example
White with #F2B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B490; }
p { color: rgb(242,180,144); }
H1.HeaderClassName
{
color: #F2B490;
}
.AnyTagClassName
{
color: #F2B490;
}
</style>
background-color css
<style>
a { background-color: #F2B490; }
a { background-color: rgb(242,180,144); }
div.DivClassName
{
background-color: #F2B490;
}
.BgClassName
{
background-color: #F2B490;
}
</style>
border-color css
<style>
span { border-color: #F2B490; }
span { border-color: rgb(242,180,144); }
td.TdClassName
{
border-color: #F2B490;
}
.TagClassName
{
border-color: #F2B490;
}
</style>