Shades of Sundown #F2B2B1
Tints of Sundown #F2B2B1
RGB
CMYK
RGB Variations
Color information
#F2B2B1 (or 0xF2B2B1) is known color: Sundown. HEX triplet: F2, B2 and B1. RGB value is (242,178,177). Sum of RGB (Red+Green+Blue) = 242+178+177=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B2B1 is #0D4D4E. Grayscale: #C5C5C5. Windows color (decimal): -871759 or 11645682. OLE color: 11645682.
HSL color Cylindrical-coordinate representation of color #F2B2B1: hue angle of 0.92º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B2B1 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 177 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.05 |
| HSL | 0.92º | 0.71% | 0.82% | - |
| HSV(B) | 0.92º | 0.27% | 0.95% | - |
| XYZ | 60.47 | 53.89 | 48.81 | - |
| YUV | 197.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 177 | 0 | 0.26 | 0.27 | 0.05 | 0.92 | 0.71 | 0.82 |
| Hex | F2 | B2 | B1 | 0 | 1A | 1B | 5 | 1 | 47 | 52 |
| Octal | 362 | 262 | 261 | 0 | 32 | 33 | 5 | 1 | 107 | 122 |
| Binary | 11110010 | 10110010 | 10110001 | 0 | 11010 | 11011 | 101 | 1 | 1000111 | 1010010 |
Color Harmonies of #F2B2B1
Complementary color
Monochromatic Colors of #F2B2B1
Black with #F2B2B1
Text Example
Text Example
White with #F2B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2B1; }
p { color: rgb(242,178,177); }
H1.HeaderClassName
{
color: #F2B2B1;
}
.AnyTagClassName
{
color: #F2B2B1;
}
</style>
background-color css
<style>
a { background-color: #F2B2B1; }
a { background-color: rgb(242,178,177); }
div.DivClassName
{
background-color: #F2B2B1;
}
.BgClassName
{
background-color: #F2B2B1;
}
</style>
border-color css
<style>
span { border-color: #F2B2B1; }
span { border-color: rgb(242,178,177); }
td.TdClassName
{
border-color: #F2B2B1;
}
.TagClassName
{
border-color: #F2B2B1;
}
</style>