Shades of Hint Of Red #F5F3F2
Tints of Hint Of Red #F5F3F2
RGB
CMYK
RGB Variations
Color information
#F5F3F2 (or 0xF5F3F2) is known color: Hint Of Red. HEX triplet: F5, F3 and F2. RGB value is (245,243,242). Sum of RGB (Red+Green+Blue) = 245+243+242=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F3F2 is #0A0C0D. Grayscale: #F3F3F3. Windows color (decimal): -658446 or 15922165. OLE color: 15922165.
HSL color Cylindrical-coordinate representation of color #F5F3F2: hue angle of 20º degrees, saturation: 0.13, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F5F3F2 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 243 | 242 | - |
CMYK | 0 | 0.01 | 0.01 | 0.04 |
HSL | 20º | 0.13% | 0.95% | - |
HSV(B) | 20º | 0.01% | 0.96% | - |
XYZ | 85.73 | 89.92 | 96.84 | - |
YUV | 243.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 243 | 242 | 0 | 0.01 | 0.01 | 0.04 | 20 | 0.13 | 0.95 |
Hex | F5 | F3 | F2 | 0 | 1 | 1 | 4 | 14 | D | 5F |
Octal | 365 | 363 | 362 | 0 | 1 | 1 | 4 | 24 | 15 | 137 |
Binary | 11110101 | 11110011 | 11110010 | 0 | 1 | 1 | 100 | 10100 | 1101 | 1011111 |
Color Harmonies of #F5F3F2
Complementary color
Monochromatic Colors of #F5F3F2
Black with #F5F3F2
Text Example
Text Example
White with #F5F3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3F2; }
p { color: rgb(245,243,242); }
H1.HeaderClassName
{
color: #F5F3F2;
}
.AnyTagClassName
{
color: #F5F3F2;
}
</style>
background-color css
<style>
a { background-color: #F5F3F2; }
a { background-color: rgb(245,243,242); }
div.DivClassName
{
background-color: #F5F3F2;
}
.BgClassName
{
background-color: #F5F3F2;
}
</style>
border-color css
<style>
span { border-color: #F5F3F2; }
span { border-color: rgb(245,243,242); }
td.TdClassName
{
border-color: #F5F3F2;
}
.TagClassName
{
border-color: #F5F3F2;
}
</style>