#F15F4A

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

Shades of Tomato #F15F4A

Tints of Tomato #F15F4A

Color information

#F15F4A (or 0xF15F4A) is unknown color: approx Tomato. HEX triplet: F1, 5F and 4A. RGB value is (241,95,74). Sum of RGB (Red+Green+Blue) = 241+95+74=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F4A is #0EA0B5. Grayscale: #888888. Windows color (decimal): -958646 or 4874225. OLE color: 4874225.

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

Color convert

RGB2419574-
CMYK00.610.690.05
HSL7.54º85.64%61.76%-
HSV(B)7.54º69.29%94.51%-
XYZ41.627.389.57-
YUV136.2692.87202.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=58.78%
G=23.17%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241957400.610.690.057.5485.6461.76
HexF15F4A03D4558563e
Octal36113711207510551012676
Binary11110001101111110010100111101100010110110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F4A; }

 p { color: rgb(241,95,74); }

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

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

 a { background-color: rgb(241,95,74); }

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

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

 span { border-color: rgb(241,95,74); }

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