#F25F50

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

Shades of Tomato #F25F50

Tints of Tomato #F25F50

Color information

#F25F50 (or 0xF25F50) is unknown color: approx Tomato. HEX triplet: F2, 5F and 50. RGB value is (242,95,80). Sum of RGB (Red+Green+Blue) = 242+95+80=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F50 is #0DA0AF. Grayscale: #898989. Windows color (decimal): -893104 or 5267442. OLE color: 5267442.

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

Color convert

RGB2429580-
CMYK00.610.670.05
HSL5.56º86.17%63.14%-
HSV(B)5.56º66.94%94.9%-
XYZ42.1627.6410.7-
YUV137.2495.7202.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.03%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=58.03%
G=22.78%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242958000.610.670.055.5686.1763.14
HexF25F5003D4356563f
Octal3621371200751035612677
Binary1111001010111111010000011110110000111011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25F50; }

 p { color: rgb(242,95,80); }

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

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

 a { background-color: rgb(242,95,80); }

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

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

 span { border-color: rgb(242,95,80); }

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