Shades of Mandys Pink #F5AF92
Tints of Mandys Pink #F5AF92
RGB
CMYK
RGB Variations
Color information
#F5AF92 (or 0xF5AF92) is known color: Mandys Pink. HEX triplet: F5, AF and 92. RGB value is (245,175,146). Sum of RGB (Red+Green+Blue) = 245+175+146=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF92 is #0A506D. Grayscale: #C0C0C0. Windows color (decimal): -675950 or 9613301. OLE color: 9613301.
HSL color Cylindrical-coordinate representation of color #F5AF92: hue angle of 17.58º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5AF92 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 146 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.04 |
| HSL | 17.58º | 0.83% | 0.77% | - |
| HSV(B) | 17.58º | 0.4% | 0.96% | - |
| XYZ | 58.17 | 52.15 | 34.19 | - |
| YUV | 192.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 146 | 0 | 0.29 | 0.40 | 0.04 | 17.58 | 0.83 | 0.77 |
| Hex | F5 | AF | 92 | 0 | 1D | 28 | 4 | 12 | 53 | 4D |
| Octal | 365 | 257 | 222 | 0 | 35 | 50 | 4 | 22 | 123 | 115 |
| Binary | 11110101 | 10101111 | 10010010 | 0 | 11101 | 101000 | 100 | 10010 | 1010011 | 1001101 |
Color Harmonies of #F5AF92
Complementary color
Monochromatic Colors of #F5AF92
Black with #F5AF92
Text Example
Text Example
White with #F5AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF92; }
p { color: rgb(245,175,146); }
H1.HeaderClassName
{
color: #F5AF92;
}
.AnyTagClassName
{
color: #F5AF92;
}
</style>
background-color css
<style>
a { background-color: #F5AF92; }
a { background-color: rgb(245,175,146); }
div.DivClassName
{
background-color: #F5AF92;
}
.BgClassName
{
background-color: #F5AF92;
}
</style>
border-color css
<style>
span { border-color: #F5AF92; }
span { border-color: rgb(245,175,146); }
td.TdClassName
{
border-color: #F5AF92;
}
.TagClassName
{
border-color: #F5AF92;
}
</style>