#f60706

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

Shades of Red #F60706

Tints of Red #F60706

Color information

#F60706 (or 0xF60706) is unknown color: approx Red. HEX triplet: F6, 07 and 06. RGB value is (246,7,6). Sum of RGB (Red+Green+Blue) = 246+7+6=259 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.98% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 246 - color contains mainly: red. Hex color #F60706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60706 is #09F8F9. Grayscale: #4E4E4E. Windows color (decimal): -653562 or 395254. OLE color: 395254.

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

Color convert

RGB24676-
CMYK00.970.980.04
HSL0.25º95.24%49.41%-
HSV(B)0.25º97.56%96.47%-
XYZ38.1119.761.98-
YUV78.3587.18247.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 94.98%
GREEN value IS 7 (3.12% from 255) = 2.70%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=94.98%
G=2.70%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467600.970.980.040.2595.2449.41
HexF67606162405f31
Octal3667601411424013761
Binary1111011011111001100001110001010001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f60706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f60706; }

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

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

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

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

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

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

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

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

cancel