Shades of Romance #F5F4F1
Tints of Romance #F5F4F1
RGB
CMYK
RGB Variations
Color information
#F5F4F1 (or 0xF5F4F1) is known color: Romance. HEX triplet: F5, F4 and F1. RGB value is (245,244,241). Sum of RGB (Red+Green+Blue) = 245+244+241=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F4F1 is #0A0B0E. Grayscale: #F3F3F3. Windows color (decimal): -658191 or 15856885. OLE color: 15856885.
HSL color Cylindrical-coordinate representation of color #F5F4F1: hue angle of 45º 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 #F5F4F1 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 244 | 241 | - |
CMYK | 0 | 0.00 | 0.02 | 0.04 |
HSL | 45º | 0.17% | 0.95% | - |
HSV(B) | 45º | 0.02% | 0.96% | - |
XYZ | 85.88 | 90.46 | 96.15 | - |
YUV | 243.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 244 | 241 | 0 | 0.00 | 0.02 | 0.04 | 45 | 0.17 | 0.95 |
Hex | F5 | F4 | F1 | 0 | 0 | 2 | 4 | 2D | 11 | 5F |
Octal | 365 | 364 | 361 | 0 | 0 | 2 | 4 | 55 | 21 | 137 |
Binary | 11110101 | 11110100 | 11110001 | 0 | 0 | 10 | 100 | 101101 | 10001 | 1011111 |
Color Harmonies of #F5F4F1
Complementary color
Monochromatic Colors of #F5F4F1
Black with #F5F4F1
Text Example
Text Example
White with #F5F4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F4F1; }
p { color: rgb(245,244,241); }
H1.HeaderClassName
{
color: #F5F4F1;
}
.AnyTagClassName
{
color: #F5F4F1;
}
</style>
background-color css
<style>
a { background-color: #F5F4F1; }
a { background-color: rgb(245,244,241); }
div.DivClassName
{
background-color: #F5F4F1;
}
.BgClassName
{
background-color: #F5F4F1;
}
</style>
border-color css
<style>
span { border-color: #F5F4F1; }
span { border-color: rgb(245,244,241); }
td.TdClassName
{
border-color: #F5F4F1;
}
.TagClassName
{
border-color: #F5F4F1;
}
</style>