#F85D47

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

Shades of Tomato #F85D47

Tints of Tomato #F85D47

Color information

#F85D47 (or 0xF85D47) is unknown color: approx Tomato. HEX triplet: F8, 5D and 47. RGB value is (248,93,71). Sum of RGB (Red+Green+Blue) = 248+93+71=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D47 is #07A2B8. Grayscale: #898989. Windows color (decimal): -500409 or 4677112. OLE color: 4677112.

HSL color Cylindrical-coordinate representation of color #F85D47: hue angle of 7.46º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F85D47 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB2489371-
CMYK00.620.710.03
HSL7.46º92.67%62.55%-
HSV(B)7.46º71.37%97.25%-
XYZ43.7628.249.11-
YUV136.8490.85207.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.19%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 71 (28.12% from 255) = 17.23%
R=60.19%
G=22.57%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248937100.620.710.037.4692.6762.55
HexF85D4703E47375d3f
Octal3701351070761073713577
Binary111110001011101100011101111101000111111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85D47; }

 p { color: rgb(248,93,71); }

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

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

 a { background-color: rgb(248,93,71); }

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

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

 span { border-color: rgb(248,93,71); }

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