Shades of Mandys Pink #F0AF8A
Tints of Mandys Pink #F0AF8A
RGB
CMYK
RGB Variations
Color information
#F0AF8A (or 0xF0AF8A) is known color: Mandys Pink. HEX triplet: F0, AF and 8A. RGB value is (240,175,138). Sum of RGB (Red+Green+Blue) = 240+175+138=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF8A is #0F5075. Grayscale: #BEBEBE. Windows color (decimal): -1003638 or 9089008. OLE color: 9089008.
HSL color Cylindrical-coordinate representation of color #F0AF8A: hue angle of 21.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0AF8A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 138 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.06 |
| HSL | 21.76º | 0.77% | 0.74% | - |
| HSV(B) | 21.76º | 0.43% | 0.94% | - |
| XYZ | 55.85 | 51.02 | 30.95 | - |
| YUV | 190.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 138 | 0 | 0.27 | 0.42 | 0.06 | 21.76 | 0.77 | 0.74 |
| Hex | F0 | AF | 8A | 0 | 1B | 2A | 6 | 16 | 4D | 4A |
| Octal | 360 | 257 | 212 | 0 | 33 | 52 | 6 | 26 | 115 | 112 |
| Binary | 11110000 | 10101111 | 10001010 | 0 | 11011 | 101010 | 110 | 10110 | 1001101 | 1001010 |
Color Harmonies of #F0AF8A
Complementary color
Monochromatic Colors of #F0AF8A
Black with #F0AF8A
Text Example
Text Example
White with #F0AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF8A; }
p { color: rgb(240,175,138); }
H1.HeaderClassName
{
color: #F0AF8A;
}
.AnyTagClassName
{
color: #F0AF8A;
}
</style>
background-color css
<style>
a { background-color: #F0AF8A; }
a { background-color: rgb(240,175,138); }
div.DivClassName
{
background-color: #F0AF8A;
}
.BgClassName
{
background-color: #F0AF8A;
}
</style>
border-color css
<style>
span { border-color: #F0AF8A; }
span { border-color: rgb(240,175,138); }
td.TdClassName
{
border-color: #F0AF8A;
}
.TagClassName
{
border-color: #F0AF8A;
}
</style>