Shades of Mandys Pink #F0AF90
Tints of Mandys Pink #F0AF90
RGB
CMYK
RGB Variations
Color information
#F0AF90 (or 0xF0AF90) is known color: Mandys Pink. HEX triplet: F0, AF and 90. RGB value is (240,175,144). Sum of RGB (Red+Green+Blue) = 240+175+144=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF90 is #0F506F. Grayscale: #BFBFBF. Windows color (decimal): -1003632 or 9482224. OLE color: 9482224.
HSL color Cylindrical-coordinate representation of color #F0AF90: hue angle of 19.38º 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 #F0AF90 is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 144 | - |
| CMYK | 0 | 0.27 | 0.4 | 0.06 |
| HSL | 19.38º | 0.76% | 0.75% | - |
| HSV(B) | 19.38º | 0.4% | 0.94% | - |
| XYZ | 56.3 | 51.2 | 33.3 | - |
| YUV | 190.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 144 | 0 | 0.27 | 0.4 | 0.06 | 19.38 | 0.76 | 0.75 |
| Hex | F0 | AF | 90 | 0 | 1B | 28 | 6 | 13 | 4C | 4B |
| Octal | 360 | 257 | 220 | 0 | 33 | 50 | 6 | 23 | 114 | 113 |
| Binary | 11110000 | 10101111 | 10010000 | 0 | 11011 | 101000 | 110 | 10011 | 1001100 | 1001011 |
Color Harmonies of #F0AF90
Complementary color
Monochromatic Colors of #F0AF90
Black with #F0AF90
Text Example
Text Example
White with #F0AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF90; }
p { color: rgb(240,175,144); }
H1.HeaderClassName
{
color: #F0AF90;
}
.AnyTagClassName
{
color: #F0AF90;
}
</style>
background-color css
<style>
a { background-color: #F0AF90; }
a { background-color: rgb(240,175,144); }
div.DivClassName
{
background-color: #F0AF90;
}
.BgClassName
{
background-color: #F0AF90;
}
</style>
border-color css
<style>
span { border-color: #F0AF90; }
span { border-color: rgb(240,175,144); }
td.TdClassName
{
border-color: #F0AF90;
}
.TagClassName
{
border-color: #F0AF90;
}
</style>