#F2614E

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

Shades of Tomato #F2614E

Tints of Tomato #F2614E

Color information

#F2614E (or 0xF2614E) is unknown color: approx Tomato. HEX triplet: F2, 61 and 4E. RGB value is (242,97,78). Sum of RGB (Red+Green+Blue) = 242+97+78=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2614E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2614E is #0D9EB1. Grayscale: #8A8A8A. Windows color (decimal): -892594 or 5136882. OLE color: 5136882.

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

Color convert

RGB2429778-
CMYK00.600.680.05
HSL6.95º86.32%62.75%-
HSV(B)6.95º67.77%94.9%-
XYZ42.2727.9810.38-
YUV138.1994.04202.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.03%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 78 (30.86% from 255) = 18.71%
R=58.03%
G=23.26%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242977800.600.680.056.9586.3262.75
HexF2614E03C4457563f
Octal3621411160741045712677
Binary1111001011000011001110011110010001001011111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2614E; }

 p { color: rgb(242,97,78); }

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

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

 a { background-color: rgb(242,97,78); }

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

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

 span { border-color: rgb(242,97,78); }

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