#F16442

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

Shades of Tomato #F16442

Tints of Tomato #F16442

Color information

#F16442 (or 0xF16442) is unknown color: approx Tomato. HEX triplet: F1, 64 and 42. RGB value is (241,100,66). Sum of RGB (Red+Green+Blue) = 241+100+66=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F16442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16442 is #0E9BBD. Grayscale: #8A8A8A. Windows color (decimal): -957374 or 4351217. OLE color: 4351217.

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

Color convert

RGB24110066-
CMYK00.590.730.05
HSL11.66º86.21%60.2%-
HSV(B)11.66º72.61%94.51%-
XYZ41.8228.218.4-
YUV138.2887.21201.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 66 (26.17% from 255) = 16.22%
R=59.21%
G=24.57%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411006600.590.730.0511.6686.2160.2
HexF1644203B495c563c
Octal36114410207311151412674
Binary11110001110010010000100111011100100110111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16442; }

 p { color: rgb(241,100,66); }

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

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

 a { background-color: rgb(241,100,66); }

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

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

 span { border-color: rgb(241,100,66); }

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