Html Css Color HEX #F1F0F2 Magnolia

📋 copy color: '#F1F0F2'

red 241 ◦ green 240 ◦ blue 242

#F1F0F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magnolia #F1F0F2

Tints of Magnolia #F1F0F2

RGB

 RED value IS 241 (94.53% from 255) = 33.33%

 GREEN value IS 240 (94.14% from 255) = 33.2%

 BLUE value IS 242 (94.92% from 255) = 33.47%

R = 33.33%
G = 33.2%
B = 33.47%

CMYK

 C value IS 0.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1F0F2 (or 0xF1F0F2) is known color: Magnolia. HEX triplet: F1, F0 and F2. RGB value is (241,240,242). Sum of RGB (Red+Green+Blue) = 241+240+242=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 242 (94.92% from 255 or 33.47% from 723); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1F0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0F2 is #0E0F0D. Grayscale: #F0F0F0. Windows color (decimal): -921358 or 15921393. OLE color: 15921393.

HSL color Cylindrical-coordinate representation of color #F1F0F2: hue angle of 270º degrees, saturation: 0.07, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F1F0F2 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 242 -
CMYK 0.00 0.01 0 0.05
HSL 270º 0.07% 0.95% -
HSV(B) 270º 0.01% 0.95% -
XYZ 83.46 87.43 96.48 -
YUV 240.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 241 240 242 0.00 0.01 0 0.05 270 0.07 0.95
Hex F1 F0 F2 0 1 0 5 10E 7 5F
Octal 361 360 362 0 1 0 5 416 7 137
Binary 11110001 11110000 11110010 0 1 0 101 100001110 111 1011111

Color Harmonies of #F1F0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F0F2

Black with #F1F0F2

Text Example


Text Example

White with #F1F0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F0F2; }

 p { color: rgb(241,240,242); }

 H1.HeaderClassName
 {
   color: #F1F0F2;
 }
 .AnyTagClassName
 {
   color: #F1F0F2;
 }
</style>

background-color css

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

 a { background-color: rgb(241,240,242); }

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

border-color css

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

 span { border-color: rgb(241,240,242); }

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