Shades of Mandys Pink #F0AC90
Tints of Mandys Pink #F0AC90
RGB
CMYK
RGB Variations
Color information
#F0AC90 (or 0xF0AC90) is known color: Mandys Pink. HEX triplet: F0, AC and 90. RGB value is (240,172,144). Sum of RGB (Red+Green+Blue) = 240+172+144=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AC90 is #0F536F. Grayscale: #BDBDBD. Windows color (decimal): -1004400 or 9481456. OLE color: 9481456.
HSL color Cylindrical-coordinate representation of color #F0AC90: hue angle of 17.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0AC90 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 144 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.06 |
| HSL | 17.5º | 0.76% | 0.75% | - |
| HSV(B) | 17.5º | 0.4% | 0.94% | - |
| XYZ | 55.72 | 50.04 | 33.11 | - |
| YUV | 189.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 144 | 0 | 0.28 | 0.4 | 0.06 | 17.5 | 0.76 | 0.75 |
| Hex | F0 | AC | 90 | 0 | 1C | 28 | 6 | 12 | 4C | 4B |
| Octal | 360 | 254 | 220 | 0 | 34 | 50 | 6 | 22 | 114 | 113 |
| Binary | 11110000 | 10101100 | 10010000 | 0 | 11100 | 101000 | 110 | 10010 | 1001100 | 1001011 |
Color Harmonies of #F0AC90
Complementary color
Monochromatic Colors of #F0AC90
Black with #F0AC90
Text Example
Text Example
White with #F0AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC90; }
p { color: rgb(240,172,144); }
H1.HeaderClassName
{
color: #F0AC90;
}
.AnyTagClassName
{
color: #F0AC90;
}
</style>
background-color css
<style>
a { background-color: #F0AC90; }
a { background-color: rgb(240,172,144); }
div.DivClassName
{
background-color: #F0AC90;
}
.BgClassName
{
background-color: #F0AC90;
}
</style>
border-color css
<style>
span { border-color: #F0AC90; }
span { border-color: rgb(240,172,144); }
td.TdClassName
{
border-color: #F0AC90;
}
.TagClassName
{
border-color: #F0AC90;
}
</style>