#F16040

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

Shades of Tomato #F16040

Tints of Tomato #F16040

Color information

#F16040 (or 0xF16040) is unknown color: approx Tomato. HEX triplet: F1, 60 and 40. RGB value is (241,96,64). Sum of RGB (Red+Green+Blue) = 241+96+64=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F16040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16040 is #0E9FBF. Grayscale: #878787. Windows color (decimal): -958400 or 4219121. OLE color: 4219121.

HSL color Cylindrical-coordinate representation of color #F16040: hue angle of 10.85º 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 #F16040 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB2419664-
CMYK00.600.730.05
HSL10.85º86.34%59.8%-
HSV(B)10.85º73.44%94.51%-
XYZ41.3827.447.97-
YUV135.7187.54203.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.10%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=60.10%
G=23.94%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241966400.600.730.0510.8586.3459.8
HexF1604003C495b563c
Octal36114010007411151312674
Binary11110001110000010000000111100100100110110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16040; }

 p { color: rgb(241,96,64); }

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

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

 a { background-color: rgb(241,96,64); }

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

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

 span { border-color: rgb(241,96,64); }

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