Shades of Mandys Pink #F6C091
Tints of Mandys Pink #F6C091
RGB
CMYK
RGB Variations
Color information
#F6C091 (or 0xF6C091) is known color: Mandys Pink. HEX triplet: F6, C0 and 91. RGB value is (246,192,145). Sum of RGB (Red+Green+Blue) = 246+192+145=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C091 is #093F6E. Grayscale: #CBCBCB. Windows color (decimal): -606063 or 9552118. OLE color: 9552118.
HSL color Cylindrical-coordinate representation of color #F6C091: hue angle of 27.92º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6C091 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 145 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.04 |
| HSL | 27.92º | 0.85% | 0.77% | - |
| HSV(B) | 27.92º | 0.41% | 0.96% | - |
| XYZ | 61.97 | 59.34 | 34.98 | - |
| YUV | 202.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 145 | 0 | 0.22 | 0.41 | 0.04 | 27.92 | 0.85 | 0.77 |
| Hex | F6 | C0 | 91 | 0 | 16 | 29 | 4 | 1C | 55 | 4D |
| Octal | 366 | 300 | 221 | 0 | 26 | 51 | 4 | 34 | 125 | 115 |
| Binary | 11110110 | 11000000 | 10010001 | 0 | 10110 | 101001 | 100 | 11100 | 1010101 | 1001101 |
Color Harmonies of #F6C091
Complementary color
Monochromatic Colors of #F6C091
Black with #F6C091
Text Example
Text Example
White with #F6C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C091; }
p { color: rgb(246,192,145); }
H1.HeaderClassName
{
color: #F6C091;
}
.AnyTagClassName
{
color: #F6C091;
}
</style>
background-color css
<style>
a { background-color: #F6C091; }
a { background-color: rgb(246,192,145); }
div.DivClassName
{
background-color: #F6C091;
}
.BgClassName
{
background-color: #F6C091;
}
</style>
border-color css
<style>
span { border-color: #F6C091; }
span { border-color: rgb(246,192,145); }
td.TdClassName
{
border-color: #F6C091;
}
.TagClassName
{
border-color: #F6C091;
}
</style>