Shades of Mandys Pink #F2AF8F
Tints of Mandys Pink #F2AF8F
RGB
CMYK
RGB Variations
Color information
#F2AF8F (or 0xF2AF8F) is known color: Mandys Pink. HEX triplet: F2, AF and 8F. RGB value is (242,175,143). Sum of RGB (Red+Green+Blue) = 242+175+143=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF8F is #0D5070. Grayscale: #BFBFBF. Windows color (decimal): -872561 or 9416690. OLE color: 9416690.
HSL color Cylindrical-coordinate representation of color #F2AF8F: hue angle of 19.39º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2AF8F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 143 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.05 |
| HSL | 19.39º | 0.79% | 0.75% | - |
| HSV(B) | 19.39º | 0.41% | 0.95% | - |
| XYZ | 56.91 | 51.52 | 32.93 | - |
| YUV | 191.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 143 | 0 | 0.28 | 0.41 | 0.05 | 19.39 | 0.79 | 0.75 |
| Hex | F2 | AF | 8F | 0 | 1C | 29 | 5 | 13 | 4F | 4B |
| Octal | 362 | 257 | 217 | 0 | 34 | 51 | 5 | 23 | 117 | 113 |
| Binary | 11110010 | 10101111 | 10001111 | 0 | 11100 | 101001 | 101 | 10011 | 1001111 | 1001011 |
Color Harmonies of #F2AF8F
Complementary color
Monochromatic Colors of #F2AF8F
Black with #F2AF8F
Text Example
Text Example
White with #F2AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF8F; }
p { color: rgb(242,175,143); }
H1.HeaderClassName
{
color: #F2AF8F;
}
.AnyTagClassName
{
color: #F2AF8F;
}
</style>
background-color css
<style>
a { background-color: #F2AF8F; }
a { background-color: rgb(242,175,143); }
div.DivClassName
{
background-color: #F2AF8F;
}
.BgClassName
{
background-color: #F2AF8F;
}
</style>
border-color css
<style>
span { border-color: #F2AF8F; }
span { border-color: rgb(242,175,143); }
td.TdClassName
{
border-color: #F2AF8F;
}
.TagClassName
{
border-color: #F2AF8F;
}
</style>