#F05F41

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

Shades of Tomato #F05F41

Tints of Tomato #F05F41

Color information

#F05F41 (or 0xF05F41) is unknown color: approx Tomato. HEX triplet: F0, 5F and 41. RGB value is (240,95,65). Sum of RGB (Red+Green+Blue) = 240+95+65=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F41 is #0FA0BE. Grayscale: #878787. Windows color (decimal): -1024191 or 4284400. OLE color: 4284400.

HSL color Cylindrical-coordinate representation of color #F05F41: hue angle of 10.29º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F05F41 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB2409565-
CMYK00.600.730.06
HSL10.29º85.37%59.8%-
HSV(B)10.29º72.92%94.12%-
XYZ40.9827.098.07-
YUV134.9388.54202.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 65 (25.78% from 255) = 16.25%
R=60%
G=23.75%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240956500.600.730.0610.2985.3759.8
HexF05F4103C496a553c
Octal36013710107411161212574
Binary11110000101111110000010111100100100111010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F41; }

 p { color: rgb(240,95,65); }

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

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

 a { background-color: rgb(240,95,65); }

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

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

 span { border-color: rgb(240,95,65); }

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