Shades of Hint Of Red #F6F1ED
Tints of Hint Of Red #F6F1ED
RGB
CMYK
RGB Variations
Color information
#F6F1ED (or 0xF6F1ED) is known color: Hint Of Red. HEX triplet: F6, F1 and ED. RGB value is (246,241,237). Sum of RGB (Red+Green+Blue) = 246+241+237=724 (95% of max value = 765). Red value is 246 (96.48% from 255 or 33.98% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F1ED is #090E12. Grayscale: #F2F2F2. Windows color (decimal): -593427 or 15593974. OLE color: 15593974.
HSL color Cylindrical-coordinate representation of color #F6F1ED: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6F1ED is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 241 | 237 | - |
CMYK | 0 | 0.02 | 0.04 | 0.04 |
HSL | 26.67º | 0.33% | 0.95% | - |
HSV(B) | 26.67º | 0.04% | 0.96% | - |
XYZ | 84.75 | 88.62 | 92.76 | - |
YUV | 242.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 241 | 237 | 0 | 0.02 | 0.04 | 0.04 | 26.67 | 0.33 | 0.95 |
Hex | F6 | F1 | ED | 0 | 2 | 4 | 4 | 1B | 21 | 5F |
Octal | 366 | 361 | 355 | 0 | 2 | 4 | 4 | 33 | 41 | 137 |
Binary | 11110110 | 11110001 | 11101101 | 0 | 10 | 100 | 100 | 11011 | 100001 | 1011111 |
Color Harmonies of #F6F1ED
Complementary color
Monochromatic Colors of #F6F1ED
Black with #F6F1ED
Text Example
Text Example
White with #F6F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F1ED; }
p { color: rgb(246,241,237); }
H1.HeaderClassName
{
color: #F6F1ED;
}
.AnyTagClassName
{
color: #F6F1ED;
}
</style>
background-color css
<style>
a { background-color: #F6F1ED; }
a { background-color: rgb(246,241,237); }
div.DivClassName
{
background-color: #F6F1ED;
}
.BgClassName
{
background-color: #F6F1ED;
}
</style>
border-color css
<style>
span { border-color: #F6F1ED; }
span { border-color: rgb(246,241,237); }
td.TdClassName
{
border-color: #F6F1ED;
}
.TagClassName
{
border-color: #F6F1ED;
}
</style>