#F55852

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

Shades of Tomato #F55852

Tints of Tomato #F55852

Color information

#F55852 (or 0xF55852) is unknown color: approx Tomato. HEX triplet: F5, 58 and 52. RGB value is (245,88,82). Sum of RGB (Red+Green+Blue) = 245+88+82=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F55852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55852 is #0AA7AD. Grayscale: #868686. Windows color (decimal): -698286 or 5396725. OLE color: 5396725.

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

Color convert

RGB2458882-
CMYK00.640.670.04
HSL2.21º89.07%64.12%-
HSV(B)2.21º66.53%96.08%-
XYZ42.672710.95-
YUV134.2698.51206.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=59.04%
G=21.20%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245888200.640.670.042.2189.0764.12
HexF5585204043425940
Octal365130122010010342131100
Binary11110101101100010100100100000010000111001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55852; }

 p { color: rgb(245,88,82); }

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

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

 a { background-color: rgb(245,88,82); }

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

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

 span { border-color: rgb(245,88,82); }

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