#F11205

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

Shades of Red #F11205

Tints of Red #F11205

Color information

#F11205 (or 0xF11205) is unknown color: approx Red. HEX triplet: F1, 12 and 05. RGB value is (241,18,5). Sum of RGB (Red+Green+Blue) = 241+18+5=264 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.29% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 241 - color contains mainly: red. Hex color #F11205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11205 is #0EEDFA. Grayscale: #535353. Windows color (decimal): -978427 or 332529. OLE color: 332529.

HSL color Cylindrical-coordinate representation of color #F11205: hue angle of 3.31º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F11205 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB241185-
CMYK00.930.980.05
HSL3.31º95.93%48.24%-
HSV(B)3.31º97.93%94.51%-
XYZ36.5219.141.91-
YUV83.283.88240.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 91.29%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=91.29%
G=6.82%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118500.930.980.053.3195.9348.24
HexF112505D62536030
Octal36122501351425314060
Binary1111000110010101010111011100010101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11205; }

 p { color: rgb(241,18,5); }

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

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

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

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

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

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

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