#F25B45

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

Shades of Tomato #F25B45

Tints of Tomato #F25B45

Color information

#F25B45 (or 0xF25B45) is unknown color: approx Tomato. HEX triplet: F2, 5B and 45. RGB value is (242,91,69). Sum of RGB (Red+Green+Blue) = 242+91+69=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B45 is #0DA4BA. Grayscale: #858585. Windows color (decimal): -894139 or 4545522. OLE color: 4545522.

HSL color Cylindrical-coordinate representation of color #F25B45: hue angle of 7.63º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F25B45 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2429169-
CMYK00.620.710.05
HSL7.63º86.93%60.98%-
HSV(B)7.63º71.49%94.9%-
XYZ41.4326.798.62-
YUV133.6491.53205.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.20%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=60.20%
G=22.64%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242916900.620.710.057.6386.9360.98
HexF25B4503E4758573d
Octal36213310507610751012775
Binary11110010101101110001010111110100011110110001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B45; }

 p { color: rgb(242,91,69); }

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

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

 a { background-color: rgb(242,91,69); }

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

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

 span { border-color: rgb(242,91,69); }

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