#F15D42

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

Shades of Tomato #F15D42

Tints of Tomato #F15D42

Color information

#F15D42 (or 0xF15D42) is unknown color: approx Tomato. HEX triplet: F1, 5D and 42. RGB value is (241,93,66). Sum of RGB (Red+Green+Blue) = 241+93+66=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D42 is #0EA2BD. Grayscale: #868686. Windows color (decimal): -959166 or 4349425. OLE color: 4349425.

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

Color convert

RGB2419366-
CMYK00.610.730.05
HSL9.26º86.21%60.2%-
HSV(B)9.26º72.61%94.51%-
XYZ41.1726.928.18-
YUV134.1789.53204.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.25%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=60.25%
G=23.25%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241936600.610.730.059.2686.2160.2
HexF15D4203D4959563c
Octal36113510207511151112674
Binary11110001101110110000100111101100100110110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15D42; }

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

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

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

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

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

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

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

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