#F25845

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

Shades of Tomato #F25845

Tints of Tomato #F25845

Color information

#F25845 (or 0xF25845) is unknown color: approx Tomato. HEX triplet: F2, 58 and 45. RGB value is (242,88,69). Sum of RGB (Red+Green+Blue) = 242+88+69=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F25845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25845 is #0DA7BA. Grayscale: #848484. Windows color (decimal): -894907 or 4544754. OLE color: 4544754.

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

Color convert

RGB2428869-
CMYK00.640.710.05
HSL6.59º86.93%60.98%-
HSV(B)6.59º71.49%94.9%-
XYZ41.1826.298.53-
YUV131.8892.52206.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.65%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 69 (27.34% from 255) = 17.29%
R=60.65%
G=22.06%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242886900.640.710.056.5986.9360.98
HexF258450404757573d
Octal36213010501001075712775
Binary11110010101100010001010100000010001111011111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25845; }

 p { color: rgb(242,88,69); }

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

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

 a { background-color: rgb(242,88,69); }

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

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

 span { border-color: rgb(242,88,69); }

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