#F60503

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

Shades of Red #F60503

Tints of Red #F60503

Color information

#F60503 (or 0xF60503) is unknown color: approx Red. HEX triplet: F6, 05 and 03. RGB value is (246,5,3). Sum of RGB (Red+Green+Blue) = 246+5+3=254 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.85% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 246 - color contains mainly: red. Hex color #F60503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60503 is #09FAFC. Grayscale: #4D4D4D. Windows color (decimal): -654077 or 198134. OLE color: 198134.

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

Color convert

RGB24653-
CMYK00.980.990.04
HSL0.49º97.59%48.82%-
HSV(B)0.49º98.78%96.47%-
XYZ38.0819.711.88-
YUV76.8386.34248.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 96.85%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 3 (1.56% from 255) = 1.18%
R=96.85%
G=1.97%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465300.980.990.040.4997.5948.82
HexF65306263406231
Octal3665301421434014261
Binary111101101011101100010110001110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60503; }

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

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

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

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

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

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

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

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