Shades of Hint Of Red #F1EFED
Tints of Hint Of Red #F1EFED
RGB
CMYK
RGB Variations
Color information
#F1EFED (or 0xF1EFED) is known color: Hint Of Red. HEX triplet: F1, EF and ED. RGB value is (241,239,237). Sum of RGB (Red+Green+Blue) = 241+239+237=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFED is #0E1012. Grayscale: #EFEFEF. Windows color (decimal): -921619 or 15593457. OLE color: 15593457.
HSL color Cylindrical-coordinate representation of color #F1EFED: hue angle of 30º degrees, saturation: 0.12, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1EFED is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 239 | 237 | - |
CMYK | 0 | 0.01 | 0.02 | 0.05 |
HSL | 30º | 0.13% | 0.94% | - |
HSV(B) | 30º | 0.02% | 0.95% | - |
XYZ | 82.43 | 86.55 | 92.48 | - |
YUV | 239.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 239 | 237 | 0 | 0.01 | 0.02 | 0.05 | 30 | 0.13 | 0.94 |
Hex | F1 | EF | ED | 0 | 1 | 2 | 5 | 1E | C | 5E |
Octal | 361 | 357 | 355 | 0 | 1 | 2 | 5 | 36 | 14 | 136 |
Binary | 11110001 | 11101111 | 11101101 | 0 | 1 | 10 | 101 | 11110 | 1100 | 1011110 |
Color Harmonies of #F1EFED
Complementary color
Monochromatic Colors of #F1EFED
Black with #F1EFED
Text Example
Text Example
White with #F1EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFED; }
p { color: rgb(241,239,237); }
H1.HeaderClassName
{
color: #F1EFED;
}
.AnyTagClassName
{
color: #F1EFED;
}
</style>
background-color css
<style>
a { background-color: #F1EFED; }
a { background-color: rgb(241,239,237); }
div.DivClassName
{
background-color: #F1EFED;
}
.BgClassName
{
background-color: #F1EFED;
}
</style>
border-color css
<style>
span { border-color: #F1EFED; }
span { border-color: rgb(241,239,237); }
td.TdClassName
{
border-color: #F1EFED;
}
.TagClassName
{
border-color: #F1EFED;
}
</style>