Shades of Sundown #F0ACAC
Tints of Sundown #F0ACAC
RGB
CMYK
RGB Variations
Color information
#F0ACAC (or 0xF0ACAC) is known color: Sundown. HEX triplet: F0, AC and AC. RGB value is (240,172,172). Sum of RGB (Red+Green+Blue) = 240+172+172=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACAC is #0F5353. Grayscale: #C0C0C0. Windows color (decimal): -1004372 or 11316464. OLE color: 11316464.
HSL color Cylindrical-coordinate representation of color #F0ACAC: hue angle of 0º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACAC is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 172 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.06 |
| HSL | 0º | 0.69% | 0.81% | - |
| HSV(B) | 0º | 0.28% | 0.94% | - |
| XYZ | 58.13 | 51.01 | 45.81 | - |
| YUV | 192.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 172 | 0 | 0.28 | 0.28 | 0.06 | 0 | 0.69 | 0.81 |
| Hex | F0 | AC | AC | 0 | 1C | 1C | 6 | 0 | 45 | 51 |
| Octal | 360 | 254 | 254 | 0 | 34 | 34 | 6 | 0 | 105 | 121 |
| Binary | 11110000 | 10101100 | 10101100 | 0 | 11100 | 11100 | 110 | 0 | 1000101 | 1010001 |
Color Harmonies of #F0ACAC
Complementary color
Monochromatic Colors of #F0ACAC
Black with #F0ACAC
Text Example
Text Example
White with #F0ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACAC; }
p { color: rgb(240,172,172); }
H1.HeaderClassName
{
color: #F0ACAC;
}
.AnyTagClassName
{
color: #F0ACAC;
}
</style>
background-color css
<style>
a { background-color: #F0ACAC; }
a { background-color: rgb(240,172,172); }
div.DivClassName
{
background-color: #F0ACAC;
}
.BgClassName
{
background-color: #F0ACAC;
}
</style>
border-color css
<style>
span { border-color: #F0ACAC; }
span { border-color: rgb(240,172,172); }
td.TdClassName
{
border-color: #F0ACAC;
}
.TagClassName
{
border-color: #F0ACAC;
}
</style>