Shades of Hint Of Red #F5F3F1
Tints of Hint Of Red #F5F3F1
RGB
CMYK
RGB Variations
Color information
#F5F3F1 (or 0xF5F3F1) is known color: Hint Of Red. HEX triplet: F5, F3 and F1. RGB value is (245,243,241). Sum of RGB (Red+Green+Blue) = 245+243+241=729 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.61% from 729); Green value is 243 (95.31% from 255 or 33.33% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F3F1 is #0A0C0E. Grayscale: #F3F3F3. Windows color (decimal): -658447 or 15856629. OLE color: 15856629.
HSL color Cylindrical-coordinate representation of color #F5F3F1: hue angle of 30º degrees, saturation: 0.17, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F3F1 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 243 | 241 | - |
CMYK | 0 | 0.01 | 0.02 | 0.04 |
HSL | 30º | 0.17% | 0.95% | - |
HSV(B) | 30º | 0.02% | 0.96% | - |
XYZ | 85.58 | 89.86 | 96.05 | - |
YUV | 243.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 243 | 241 | 0 | 0.01 | 0.02 | 0.04 | 30 | 0.17 | 0.95 |
Hex | F5 | F3 | F1 | 0 | 1 | 2 | 4 | 1E | 11 | 5F |
Octal | 365 | 363 | 361 | 0 | 1 | 2 | 4 | 36 | 21 | 137 |
Binary | 11110101 | 11110011 | 11110001 | 0 | 1 | 10 | 100 | 11110 | 10001 | 1011111 |
Color Harmonies of #F5F3F1
Complementary color
Monochromatic Colors of #F5F3F1
Black with #F5F3F1
Text Example
Text Example
White with #F5F3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3F1; }
p { color: rgb(245,243,241); }
H1.HeaderClassName
{
color: #F5F3F1;
}
.AnyTagClassName
{
color: #F5F3F1;
}
</style>
background-color css
<style>
a { background-color: #F5F3F1; }
a { background-color: rgb(245,243,241); }
div.DivClassName
{
background-color: #F5F3F1;
}
.BgClassName
{
background-color: #F5F3F1;
}
</style>
border-color css
<style>
span { border-color: #F5F3F1; }
span { border-color: rgb(245,243,241); }
td.TdClassName
{
border-color: #F5F3F1;
}
.TagClassName
{
border-color: #F5F3F1;
}
</style>