Shades of Sundown #F4B0B0
Tints of Sundown #F4B0B0
RGB
CMYK
RGB Variations
Color information
#F4B0B0 (or 0xF4B0B0) is known color: Sundown. HEX triplet: F4, B0 and B0. RGB value is (244,176,176). Sum of RGB (Red+Green+Blue) = 244+176+176=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B0B0 is #0B4F4F. Grayscale: #C4C4C4. Windows color (decimal): -741200 or 11579636. OLE color: 11579636.
HSL color Cylindrical-coordinate representation of color #F4B0B0: hue angle of 0º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0B0 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 176 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.04 |
| HSL | 0º | 0.76% | 0.82% | - |
| HSV(B) | 0º | 0.28% | 0.96% | - |
| XYZ | 60.67 | 53.42 | 48.19 | - |
| YUV | 196.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 176 | 0 | 0.28 | 0.28 | 0.04 | 0 | 0.76 | 0.82 |
| Hex | F4 | B0 | B0 | 0 | 1C | 1C | 4 | 0 | 4C | 52 |
| Octal | 364 | 260 | 260 | 0 | 34 | 34 | 4 | 0 | 114 | 122 |
| Binary | 11110100 | 10110000 | 10110000 | 0 | 11100 | 11100 | 100 | 0 | 1001100 | 1010010 |
Color Harmonies of #F4B0B0
Complementary color
Monochromatic Colors of #F4B0B0
Black with #F4B0B0
Text Example
Text Example
White with #F4B0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0B0; }
p { color: rgb(244,176,176); }
H1.HeaderClassName
{
color: #F4B0B0;
}
.AnyTagClassName
{
color: #F4B0B0;
}
</style>
background-color css
<style>
a { background-color: #F4B0B0; }
a { background-color: rgb(244,176,176); }
div.DivClassName
{
background-color: #F4B0B0;
}
.BgClassName
{
background-color: #F4B0B0;
}
</style>
border-color css
<style>
span { border-color: #F4B0B0; }
span { border-color: rgb(244,176,176); }
td.TdClassName
{
border-color: #F4B0B0;
}
.TagClassName
{
border-color: #F4B0B0;
}
</style>