#F55755

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

Shades of Tomato #F55755

Tints of Tomato #F55755

Color information

#F55755 (or 0xF55755) is unknown color: approx Tomato. HEX triplet: F5, 57 and 55. RGB value is (245,87,85). Sum of RGB (Red+Green+Blue) = 245+87+85=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F55755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55755 is #0AA8AA. Grayscale: #868686. Windows color (decimal): -698539 or 5593077. OLE color: 5593077.

HSL color Cylindrical-coordinate representation of color #F55755: hue angle of 0.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55755 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB2458785-
CMYK00.640.650.04
HSL0.75º88.89%64.71%-
HSV(B)0.75º65.31%96.08%-
XYZ42.726.8811.53-
YUV134.01100.35207.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.75%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=58.75%
G=20.86%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245878500.640.650.040.7588.8964.71
HexF5575504041415941
Octal365127125010010141131101
Binary1111010110101111010101010000001000001100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55755; }

 p { color: rgb(245,87,85); }

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

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

 a { background-color: rgb(245,87,85); }

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

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

 span { border-color: rgb(245,87,85); }

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