#F60605

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

Shades of Red #F60605

Tints of Red #F60605

Color information

#F60605 (or 0xF60605) is unknown color: approx Red. HEX triplet: F6, 06 and 05. RGB value is (246,6,5). Sum of RGB (Red+Green+Blue) = 246+6+5=257 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.72% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 246 - color contains mainly: red. Hex color #F60605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60605 is #09F9FA. Grayscale: #4D4D4D. Windows color (decimal): -653819 or 329462. OLE color: 329462.

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

Color convert

RGB24665-
CMYK00.980.980.04
HSL0.25º96.02%49.22%-
HSV(B)0.25º97.97%96.47%-
XYZ38.119.731.94-
YUV77.6587.01248.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 95.72%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=95.72%
G=2.33%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466500.980.980.040.2596.0249.22
HexF66506262406031
Octal3666501421424014061
Binary1111011011010101100010110001010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60605; }

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

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

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

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

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

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

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

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