Shades of Mandys Pink #F2B592
Tints of Mandys Pink #F2B592
RGB
CMYK
RGB Variations
Color information
#F2B592 (or 0xF2B592) is known color: Mandys Pink. HEX triplet: F2, B5 and 92. RGB value is (242,181,146). Sum of RGB (Red+Green+Blue) = 242+181+146=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B592 is #0D4A6D. Grayscale: #C3C3C3. Windows color (decimal): -871022 or 9614834. OLE color: 9614834.
HSL color Cylindrical-coordinate representation of color #F2B592: hue angle of 21.88º 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 #F2B592 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 146 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.05 |
| HSL | 21.88º | 0.79% | 0.76% | - |
| HSV(B) | 21.88º | 0.4% | 0.95% | - |
| XYZ | 58.33 | 54 | 34.54 | - |
| YUV | 195.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 146 | 0 | 0.25 | 0.40 | 0.05 | 21.88 | 0.79 | 0.76 |
| Hex | F2 | B5 | 92 | 0 | 19 | 28 | 5 | 16 | 4F | 4C |
| Octal | 362 | 265 | 222 | 0 | 31 | 50 | 5 | 26 | 117 | 114 |
| Binary | 11110010 | 10110101 | 10010010 | 0 | 11001 | 101000 | 101 | 10110 | 1001111 | 1001100 |
Color Harmonies of #F2B592
Complementary color
Monochromatic Colors of #F2B592
Black with #F2B592
Text Example
Text Example
White with #F2B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B592; }
p { color: rgb(242,181,146); }
H1.HeaderClassName
{
color: #F2B592;
}
.AnyTagClassName
{
color: #F2B592;
}
</style>
background-color css
<style>
a { background-color: #F2B592; }
a { background-color: rgb(242,181,146); }
div.DivClassName
{
background-color: #F2B592;
}
.BgClassName
{
background-color: #F2B592;
}
</style>
border-color css
<style>
span { border-color: #F2B592; }
span { border-color: rgb(242,181,146); }
td.TdClassName
{
border-color: #F2B592;
}
.TagClassName
{
border-color: #F2B592;
}
</style>