#F55F4B

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

Shades of Tomato #F55F4B

Tints of Tomato #F55F4B

Color information

#F55F4B (or 0xF55F4B) is unknown color: approx Tomato. HEX triplet: F5, 5F and 4B. RGB value is (245,95,75). Sum of RGB (Red+Green+Blue) = 245+95+75=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F4B is #0AA0B4. Grayscale: #898989. Windows color (decimal): -696501 or 4939765. OLE color: 4939765.

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

Color convert

RGB2459575-
CMYK00.610.690.04
HSL7.06º89.47%62.75%-
HSV(B)7.06º69.39%96.08%-
XYZ43.0228.19.81-
YUV137.5792.7204.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=59.04%
G=22.89%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245957500.610.690.047.0689.4762.75
HexF55F4B03D4547593f
Octal3651371130751054713177
Binary1111010110111111001011011110110001011001111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55F4B; }

 p { color: rgb(245,95,75); }

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

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

 a { background-color: rgb(245,95,75); }

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

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

 span { border-color: rgb(245,95,75); }

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