Html Css Color HEX #F1F0F1 Selago

📋 copy color: '#F1F0F1'

red 241 ◦ green 240 ◦ blue 241

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

Shades of Selago #F1F0F1

Tints of Selago #F1F0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.38%

R = 33.38%
G = 33.24%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1F0F1 (or 0xF1F0F1) is known color: Selago. HEX triplet: F1, F0 and F1. RGB value is (241,240,241). Sum of RGB (Red+Green+Blue) = 241+240+241=722 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.38% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1F0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0F1 is #0E0F0E. Grayscale: #F0F0F0. Windows color (decimal): -921359 or 15855857. OLE color: 15855857.

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

Color convert

RGB 241 240 241 -
CMYK 0 0.00 0 0.05
HSL 300º 0.03% 0.94% -
HSV(B) 300º 0% 0.95% -
XYZ 83.31 87.37 95.69 -
YUV 240.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 241 240 241 0 0.00 0 0.05 300 0.03 0.94
Hex F1 F0 F1 0 0 0 5 12C 3 5E
Octal 361 360 361 0 0 0 5 454 3 136
Binary 11110001 11110000 11110001 0 0 0 101 100101100 11 1011110

Color Harmonies of #F1F0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F0F1

Black with #F1F0F1

Text Example


Text Example

White with #F1F0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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