Shades of Mandys Pink #F7AF90
Tints of Mandys Pink #F7AF90
RGB
CMYK
RGB Variations
Color information
#F7AF90 (or 0xF7AF90) is known color: Mandys Pink. HEX triplet: F7, AF and 90. RGB value is (247,175,144). Sum of RGB (Red+Green+Blue) = 247+175+144=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AF90 is #08506F. Grayscale: #C1C1C1. Windows color (decimal): -544880 or 9482231. OLE color: 9482231.
HSL color Cylindrical-coordinate representation of color #F7AF90: hue angle of 18.06º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7AF90 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 144 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.03 |
| HSL | 18.06º | 0.87% | 0.77% | - |
| HSV(B) | 18.06º | 0.42% | 0.97% | - |
| XYZ | 58.72 | 52.45 | 33.41 | - |
| YUV | 192.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 144 | 0 | 0.29 | 0.42 | 0.03 | 18.06 | 0.87 | 0.77 |
| Hex | F7 | AF | 90 | 0 | 1D | 2A | 3 | 12 | 57 | 4D |
| Octal | 367 | 257 | 220 | 0 | 35 | 52 | 3 | 22 | 127 | 115 |
| Binary | 11110111 | 10101111 | 10010000 | 0 | 11101 | 101010 | 11 | 10010 | 1010111 | 1001101 |
Color Harmonies of #F7AF90
Complementary color
Monochromatic Colors of #F7AF90
Black with #F7AF90
Text Example
Text Example
White with #F7AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AF90; }
p { color: rgb(247,175,144); }
H1.HeaderClassName
{
color: #F7AF90;
}
.AnyTagClassName
{
color: #F7AF90;
}
</style>
background-color css
<style>
a { background-color: #F7AF90; }
a { background-color: rgb(247,175,144); }
div.DivClassName
{
background-color: #F7AF90;
}
.BgClassName
{
background-color: #F7AF90;
}
</style>
border-color css
<style>
span { border-color: #F7AF90; }
span { border-color: rgb(247,175,144); }
td.TdClassName
{
border-color: #F7AF90;
}
.TagClassName
{
border-color: #F7AF90;
}
</style>