Shades of Sundown #F0ABAB
Tints of Sundown #F0ABAB
RGB
CMYK
RGB Variations
Color information
#F0ABAB (or 0xF0ABAB) is known color: Sundown. HEX triplet: F0, AB and AB. RGB value is (240,171,171). Sum of RGB (Red+Green+Blue) = 240+171+171=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ABAB is #0F5454. Grayscale: #BFBFBF. Windows color (decimal): -1004629 or 11250672. OLE color: 11250672.
HSL color Cylindrical-coordinate representation of color #F0ABAB: hue angle of 0º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABAB is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 171 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.06 |
| HSL | 0º | 0.7% | 0.81% | - |
| HSV(B) | 0º | 0.29% | 0.94% | - |
| XYZ | 57.85 | 50.59 | 45.24 | - |
| YUV | 191.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 171 | 0 | 0.29 | 0.29 | 0.06 | 0 | 0.7 | 0.81 |
| Hex | F0 | AB | AB | 0 | 1D | 1D | 6 | 0 | 46 | 51 |
| Octal | 360 | 253 | 253 | 0 | 35 | 35 | 6 | 0 | 106 | 121 |
| Binary | 11110000 | 10101011 | 10101011 | 0 | 11101 | 11101 | 110 | 0 | 1000110 | 1010001 |
Color Harmonies of #F0ABAB
Complementary color
Monochromatic Colors of #F0ABAB
Black with #F0ABAB
Text Example
Text Example
White with #F0ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABAB; }
p { color: rgb(240,171,171); }
H1.HeaderClassName
{
color: #F0ABAB;
}
.AnyTagClassName
{
color: #F0ABAB;
}
</style>
background-color css
<style>
a { background-color: #F0ABAB; }
a { background-color: rgb(240,171,171); }
div.DivClassName
{
background-color: #F0ABAB;
}
.BgClassName
{
background-color: #F0ABAB;
}
</style>
border-color css
<style>
span { border-color: #F0ABAB; }
span { border-color: rgb(240,171,171); }
td.TdClassName
{
border-color: #F0ABAB;
}
.TagClassName
{
border-color: #F0ABAB;
}
</style>