Shades of Sundown #F8B1B1
Tints of Sundown #F8B1B1
RGB
CMYK
RGB Variations
Color information
#F8B1B1 (or 0xF8B1B1) is known color: Sundown. HEX triplet: F8, B1 and B1. RGB value is (248,177,177). Sum of RGB (Red+Green+Blue) = 248+177+177=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B1B1 is #074E4E. Grayscale: #C6C6C6. Windows color (decimal): -478799 or 11645432. OLE color: 11645432.
HSL color Cylindrical-coordinate representation of color #F8B1B1: hue angle of 0º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B1B1 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 177 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.03 |
| HSL | 0º | 0.84% | 0.83% | - |
| HSV(B) | 0º | 0.29% | 0.97% | - |
| XYZ | 62.37 | 54.58 | 48.84 | - |
| YUV | 198.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 177 | 0 | 0.29 | 0.29 | 0.03 | 0 | 0.84 | 0.83 |
| Hex | F8 | B1 | B1 | 0 | 1D | 1D | 3 | 0 | 54 | 53 |
| Octal | 370 | 261 | 261 | 0 | 35 | 35 | 3 | 0 | 124 | 123 |
| Binary | 11111000 | 10110001 | 10110001 | 0 | 11101 | 11101 | 11 | 0 | 1010100 | 1010011 |
Color Harmonies of #F8B1B1
Complementary color
Monochromatic Colors of #F8B1B1
Black with #F8B1B1
Text Example
Text Example
White with #F8B1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1B1; }
p { color: rgb(248,177,177); }
H1.HeaderClassName
{
color: #F8B1B1;
}
.AnyTagClassName
{
color: #F8B1B1;
}
</style>
background-color css
<style>
a { background-color: #F8B1B1; }
a { background-color: rgb(248,177,177); }
div.DivClassName
{
background-color: #F8B1B1;
}
.BgClassName
{
background-color: #F8B1B1;
}
</style>
border-color css
<style>
span { border-color: #F8B1B1; }
span { border-color: rgb(248,177,177); }
td.TdClassName
{
border-color: #F8B1B1;
}
.TagClassName
{
border-color: #F8B1B1;
}
</style>