#F95C55

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

Shades of Tomato #F95C55

Tints of Tomato #F95C55

Color information

#F95C55 (or 0xF95C55) is unknown color: approx Tomato. HEX triplet: F9, 5C and 55. RGB value is (249,92,85). Sum of RGB (Red+Green+Blue) = 249+92+85=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C55 is #06A3AA. Grayscale: #8A8A8A. Windows color (decimal): -435115 or 5594361. OLE color: 5594361.

HSL color Cylindrical-coordinate representation of color #F95C55: hue angle of 2.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F95C55 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB2499285-
CMYK00.630.660.02
HSL2.56º93.18%65.49%-
HSV(B)2.56º65.86%97.65%-
XYZ44.5328.4511.74-
YUV138.1498.01207.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.45%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=58.45%
G=21.60%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249928500.630.660.022.5693.1865.49
HexF95C5503F42235d41
Octal37113412507710223135101
Binary111110011011100101010101111111000010101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95C55; }

 p { color: rgb(249,92,85); }

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

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

 a { background-color: rgb(249,92,85); }

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

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

 span { border-color: rgb(249,92,85); }

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