Shades of Mandys Pink #F2AF92
Tints of Mandys Pink #F2AF92
RGB
CMYK
RGB Variations
Color information
#F2AF92 (or 0xF2AF92) is known color: Mandys Pink. HEX triplet: F2, AF and 92. RGB value is (242,175,146). Sum of RGB (Red+Green+Blue) = 242+175+146=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF92 is #0D506D. Grayscale: #BFBFBF. Windows color (decimal): -872558 or 9613298. OLE color: 9613298.
HSL color Cylindrical-coordinate representation of color #F2AF92: hue angle of 18.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2AF92 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 146 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.05 |
| HSL | 18.13º | 0.79% | 0.76% | - |
| HSV(B) | 18.13º | 0.4% | 0.95% | - |
| XYZ | 57.14 | 51.61 | 34.14 | - |
| YUV | 191.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 146 | 0 | 0.28 | 0.40 | 0.05 | 18.13 | 0.79 | 0.76 |
| Hex | F2 | AF | 92 | 0 | 1C | 28 | 5 | 12 | 4F | 4C |
| Octal | 362 | 257 | 222 | 0 | 34 | 50 | 5 | 22 | 117 | 114 |
| Binary | 11110010 | 10101111 | 10010010 | 0 | 11100 | 101000 | 101 | 10010 | 1001111 | 1001100 |
Color Harmonies of #F2AF92
Complementary color
Monochromatic Colors of #F2AF92
Black with #F2AF92
Text Example
Text Example
White with #F2AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF92; }
p { color: rgb(242,175,146); }
H1.HeaderClassName
{
color: #F2AF92;
}
.AnyTagClassName
{
color: #F2AF92;
}
</style>
background-color css
<style>
a { background-color: #F2AF92; }
a { background-color: rgb(242,175,146); }
div.DivClassName
{
background-color: #F2AF92;
}
.BgClassName
{
background-color: #F2AF92;
}
</style>
border-color css
<style>
span { border-color: #F2AF92; }
span { border-color: rgb(242,175,146); }
td.TdClassName
{
border-color: #F2AF92;
}
.TagClassName
{
border-color: #F2AF92;
}
</style>