#F61005

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

Shades of Red #F61005

Tints of Red #F61005

Color information

#F61005 (or 0xF61005) is unknown color: approx Red. HEX triplet: F6, 10 and 05. RGB value is (246,16,5). Sum of RGB (Red+Green+Blue) = 246+16+5=267 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.13% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 246 - color contains mainly: red. Hex color #F61005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61005 is #09EFFA. Grayscale: #535353. Windows color (decimal): -651259 or 332022. OLE color: 332022.

HSL color Cylindrical-coordinate representation of color #F61005: hue angle of 2.74º 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 #F61005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB246165-
CMYK00.930.980.04
HSL2.74º96.02%49.22%-
HSV(B)2.74º97.97%96.47%-
XYZ38.2219.971.98-
YUV83.5283.7243.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 92.13%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=92.13%
G=5.99%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616500.930.980.042.7496.0249.22
HexF610505D62436031
Octal36620501351424314061
Binary1111011010000101010111011100010100111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61005; }

 p { color: rgb(246,16,5); }

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

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

 a { background-color: rgb(246,16,5); }

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

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

 span { border-color: rgb(246,16,5); }

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