#F2584F

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

Shades of Tomato #F2584F

Tints of Tomato #F2584F

Color information

#F2584F (or 0xF2584F) is unknown color: approx Tomato. HEX triplet: F2, 58 and 4F. RGB value is (242,88,79). Sum of RGB (Red+Green+Blue) = 242+88+79=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F2584F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2584F is #0DA7B0. Grayscale: #858585. Windows color (decimal): -894897 or 5200114. OLE color: 5200114.

HSL color Cylindrical-coordinate representation of color #F2584F: hue angle of 3.31º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2584F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2428879-
CMYK00.640.670.05
HSL3.31º86.24%62.94%-
HSV(B)3.31º67.36%94.9%-
XYZ41.5226.4210.31-
YUV133.0297.52205.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.17%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=59.17%
G=21.52%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242887900.640.670.053.3186.2462.94
HexF2584F0404353563f
Octal36213011701001035312677
Binary1111001010110001001111010000001000011101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2584F; }

 p { color: rgb(242,88,79); }

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

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

 a { background-color: rgb(242,88,79); }

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

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

 span { border-color: rgb(242,88,79); }

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