Shades of Mandys Pink #F2AF90
Tints of Mandys Pink #F2AF90
RGB
CMYK
RGB Variations
Color information
#F2AF90 (or 0xF2AF90) is known color: Mandys Pink. HEX triplet: F2, AF and 90. RGB value is (242,175,144). Sum of RGB (Red+Green+Blue) = 242+175+144=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF90 is #0D506F. Grayscale: #BFBFBF. Windows color (decimal): -872560 or 9482226. OLE color: 9482226.
HSL color Cylindrical-coordinate representation of color #F2AF90: hue angle of 18.98º 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 #F2AF90 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 144 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.05 |
| HSL | 18.98º | 0.79% | 0.76% | - |
| HSV(B) | 18.98º | 0.4% | 0.95% | - |
| XYZ | 56.98 | 51.55 | 33.33 | - |
| YUV | 191.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 144 | 0 | 0.28 | 0.40 | 0.05 | 18.98 | 0.79 | 0.76 |
| Hex | F2 | AF | 90 | 0 | 1C | 28 | 5 | 13 | 4F | 4C |
| Octal | 362 | 257 | 220 | 0 | 34 | 50 | 5 | 23 | 117 | 114 |
| Binary | 11110010 | 10101111 | 10010000 | 0 | 11100 | 101000 | 101 | 10011 | 1001111 | 1001100 |
Color Harmonies of #F2AF90
Complementary color
Monochromatic Colors of #F2AF90
Black with #F2AF90
Text Example
Text Example
White with #F2AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF90; }
p { color: rgb(242,175,144); }
H1.HeaderClassName
{
color: #F2AF90;
}
.AnyTagClassName
{
color: #F2AF90;
}
</style>
background-color css
<style>
a { background-color: #F2AF90; }
a { background-color: rgb(242,175,144); }
div.DivClassName
{
background-color: #F2AF90;
}
.BgClassName
{
background-color: #F2AF90;
}
</style>
border-color css
<style>
span { border-color: #F2AF90; }
span { border-color: rgb(242,175,144); }
td.TdClassName
{
border-color: #F2AF90;
}
.TagClassName
{
border-color: #F2AF90;
}
</style>