Shades of Sundown #F1A8A8
Tints of Sundown #F1A8A8
RGB
CMYK
RGB Variations
Color information
#F1A8A8 (or 0xF1A8A8) is known color: Sundown. HEX triplet: F1, A8 and A8. RGB value is (241,168,168). Sum of RGB (Red+Green+Blue) = 241+168+168=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A8A8 is #0E5757. Grayscale: #BDBDBD. Windows color (decimal): -939864 or 11053297. OLE color: 11053297.
HSL color Cylindrical-coordinate representation of color #F1A8A8: hue angle of 0º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8A8 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 168 | 168 | - |
CMYK | 0 | 0.30 | 0.30 | 0.05 |
HSL | 0º | 0.72% | 0.8% | - |
HSV(B) | 0º | 0.3% | 0.95% | - |
XYZ | 57.35 | 49.53 | 43.58 | - |
YUV | 189.83 | 115.68 | 164.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 168 | 168 | 0 | 0.30 | 0.30 | 0.05 | 0 | 0.72 | 0.8 |
Hex | F1 | A8 | A8 | 0 | 1E | 1E | 5 | 0 | 48 | 50 |
Octal | 361 | 250 | 250 | 0 | 36 | 36 | 5 | 0 | 110 | 120 |
Binary | 11110001 | 10101000 | 10101000 | 0 | 11110 | 11110 | 101 | 0 | 1001000 | 1010000 |
Color Harmonies of #F1A8A8
Complementary color
Monochromatic Colors of #F1A8A8
Black with #F1A8A8
Text Example
Text Example
White with #F1A8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8A8; }
p { color: rgb(241,168,168); }
H1.HeaderClassName
{
color: #F1A8A8;
}
.AnyTagClassName
{
color: #F1A8A8;
}
</style>
background-color css
<style>
a { background-color: #F1A8A8; }
a { background-color: rgb(241,168,168); }
div.DivClassName
{
background-color: #F1A8A8;
}
.BgClassName
{
background-color: #F1A8A8;
}
</style>
border-color css
<style>
span { border-color: #F1A8A8; }
span { border-color: rgb(241,168,168); }
td.TdClassName
{
border-color: #F1A8A8;
}
.TagClassName
{
border-color: #F1A8A8;
}
</style>