#f40f05

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

Shades of Red #F40F05

Tints of Red #F40F05

Color information

#F40F05 (or 0xF40F05) is unknown color: approx Red. HEX triplet: F4, 0F and 05. RGB value is (244,15,5). Sum of RGB (Red+Green+Blue) = 244+15+5=264 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.42% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F05 is #0BF0FA. Grayscale: #525252. Windows color (decimal): -782587 or 331764. OLE color: 331764.

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

Color convert

RGB244155-
CMYK00.940.980.04
HSL2.51º95.98%48.82%-
HSV(B)2.51º97.95%95.69%-
XYZ37.5119.591.95-
YUV82.3384.37243.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 92.42%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=92.42%
G=5.68%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415500.940.980.042.5195.9848.82
HexF4F505E62436031
Octal36417501361424314061
Binary111101001111101010111101100010100111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f40f05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f40f05; }

 p { color: rgb(244,15,5); }

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

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

 a { background-color: rgb(244,15,5); }

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

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

 span { border-color: rgb(244,15,5); }

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