#F4F1F9

Color #F4F1F9 Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #F4F1F9

Tints of Magnolia #F4F1F9

Color information

#F4F1F9 (or 0xF4F1F9) is unknown color: approx Magnolia. HEX triplet: F4, F1 and F9. RGB value is (244,241,249). Sum of RGB (Red+Green+Blue) = 244+241+249=734 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.24% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 249 (97.66% from 255 or 33.92% from 734); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4F1F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F1F9 is #0B0E06. Grayscale: #F2F2F2. Windows color (decimal): -724487 or 16380404. OLE color: 16380404.

HSL color Cylindrical-coordinate representation of color #F4F1F9: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4F1F9 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244241249-
CMYK0.020.0300.02
HSL262.5º40%96.08%-
HSV(B)262.5º3.21%97.65%-
XYZ85.8688.98102.27-
YUV242.81131.49128.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 33.24%
GREEN value IS 241 (94.53% from 255) = 32.83%
BLUE value IS 249 (97.66% from 255) = 33.92%
R=33.24%
G=32.83%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442412490.020.0300.02262.54096.08
HexF4F1F923021062860
Octal364361371230240650140
Binary11110100111100011111100110110101000001101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F1F9; }

 p { color: rgb(244,241,249); }

 H1.HeaderClassName
 {
   color: #F4F1F9;
 }
 .AnyTagClassName
 {
   color: #F4F1F9;
 }
</style>
background-color css

<style>
 a { background-color: #F4F1F9; }

 a { background-color: rgb(244,241,249); }

 div.DivClassName
 {
   background-color: #F4F1F9;
 }
 .BgClassName
 {
   background-color: #F4F1F9;
 }
</style>
border-color css

<style>
 span { border-color: #F4F1F9; }

 span { border-color: rgb(244,241,249); }

 td.TdClassName
 {
   border-color: #F4F1F9;
 }
 .TagClassName
 {
   border-color: #F4F1F9;
 }
</style>