#F05D48

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

Shades of Tomato #F05D48

Tints of Tomato #F05D48

Color information

#F05D48 (or 0xF05D48) is unknown color: approx Tomato. HEX triplet: F0, 5D and 48. RGB value is (240,93,72). Sum of RGB (Red+Green+Blue) = 240+93+72=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D48 is #0FA2B7. Grayscale: #868686. Windows color (decimal): -1024696 or 4742640. OLE color: 4742640.

HSL color Cylindrical-coordinate representation of color #F05D48: hue angle of 7.5º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F05D48 is Cyan = 0, Magento = 0.61, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB2409372-
CMYK00.610.70.06
HSL7.5º84.85%61.18%-
HSV(B)7.5º70%94.12%-
XYZ41.0226.829.15-
YUV134.5692.7203.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=59.26%
G=22.96%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240937200.610.70.067.584.8561.18
HexF05D4803D4668553d
Octal36013511007510661012575
Binary11110000101110110010000111101100011011010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05D48; }

 p { color: rgb(240,93,72); }

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

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

 a { background-color: rgb(240,93,72); }

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

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

 span { border-color: rgb(240,93,72); }

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