#F2604D

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

Shades of Tomato #F2604D

Tints of Tomato #F2604D

Color information

#F2604D (or 0xF2604D) is unknown color: approx Tomato. HEX triplet: F2, 60 and 4D. RGB value is (242,96,77). Sum of RGB (Red+Green+Blue) = 242+96+77=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2604D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2604D is #0D9FB2. Grayscale: #898989. Windows color (decimal): -892851 or 5071090. OLE color: 5071090.

HSL color Cylindrical-coordinate representation of color #F2604D: hue angle of 6.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2604D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2429677-
CMYK00.600.680.05
HSL6.91º86.39%62.55%-
HSV(B)6.91º68.18%94.9%-
XYZ42.1427.7810.16-
YUV137.4993.87202.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.31%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=58.31%
G=23.13%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242967700.600.680.056.9186.3962.55
HexF2604D03C4457563f
Octal3621401150741045712677
Binary1111001011000001001101011110010001001011111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2604D; }

 p { color: rgb(242,96,77); }

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

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

 a { background-color: rgb(242,96,77); }

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

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

 span { border-color: rgb(242,96,77); }

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