#F1F0F1

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

Shades of Selago #F1F0F1

Tints of Selago #F1F0F1

Color information

#F1F0F1 (or 0xF1F0F1) is unknown color: approx 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

RGB241240241-
CMYK00.0000.05
HSL300º3.45%94.31%-
HSV(B)300º0.41%94.51%-
XYZ83.3187.3795.69-
YUV240.41128.33128.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124024100.0000.053003.4594.31
HexF1F0F1000512c35e
Octal36136036100054543136
Binary111100011111000011110001000101100101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>