Shades of Sundown #F2B1B1
Tints of Sundown #F2B1B1
RGB
CMYK
RGB Variations
Color information
#F2B1B1 (or 0xF2B1B1) is known color: Sundown. HEX triplet: F2, B1 and B1. RGB value is (242,177,177). Sum of RGB (Red+Green+Blue) = 242+177+177=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B1B1 is #0D4E4E. Grayscale: #C4C4C4. Windows color (decimal): -872015 or 11645426. OLE color: 11645426.
HSL color Cylindrical-coordinate representation of color #F2B1B1: hue angle of 0º 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 #F2B1B1 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 177 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.05 |
| HSL | 0º | 0.71% | 0.82% | - |
| HSV(B) | 0º | 0.27% | 0.95% | - |
| XYZ | 60.28 | 53.5 | 48.74 | - |
| YUV | 196.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 177 | 0 | 0.27 | 0.27 | 0.05 | 0 | 0.71 | 0.82 |
| Hex | F2 | B1 | B1 | 0 | 1B | 1B | 5 | 0 | 47 | 52 |
| Octal | 362 | 261 | 261 | 0 | 33 | 33 | 5 | 0 | 107 | 122 |
| Binary | 11110010 | 10110001 | 10110001 | 0 | 11011 | 11011 | 101 | 0 | 1000111 | 1010010 |
Color Harmonies of #F2B1B1
Complementary color
Monochromatic Colors of #F2B1B1
Black with #F2B1B1
Text Example
Text Example
White with #F2B1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B1B1; }
p { color: rgb(242,177,177); }
H1.HeaderClassName
{
color: #F2B1B1;
}
.AnyTagClassName
{
color: #F2B1B1;
}
</style>
background-color css
<style>
a { background-color: #F2B1B1; }
a { background-color: rgb(242,177,177); }
div.DivClassName
{
background-color: #F2B1B1;
}
.BgClassName
{
background-color: #F2B1B1;
}
</style>
border-color css
<style>
span { border-color: #F2B1B1; }
span { border-color: rgb(242,177,177); }
td.TdClassName
{
border-color: #F2B1B1;
}
.TagClassName
{
border-color: #F2B1B1;
}
</style>