#F2664F

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

Shades of Tomato #F2664F

Tints of Tomato #F2664F

Color information

#F2664F (or 0xF2664F) is unknown color: approx Tomato. HEX triplet: F2, 66 and 4F. RGB value is (242,102,79). Sum of RGB (Red+Green+Blue) = 242+102+79=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2664F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2664F is #0D99B0. Grayscale: #8D8D8D. Windows color (decimal): -891313 or 5203698. OLE color: 5203698.

HSL color Cylindrical-coordinate representation of color #F2664F: hue angle of 8.47º 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 #F2664F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24210279-
CMYK00.580.670.05
HSL8.47º86.24%62.94%-
HSV(B)8.47º67.36%94.9%-
XYZ42.7828.9410.73-
YUV141.2492.88199.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.21%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=57.21%
G=24.11%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421027900.580.670.058.4786.2462.94
HexF2664F03A4358563f
Octal36214611707210351012677
Binary11110010110011010011110111010100001110110001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2664F; }

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

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

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

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

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

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

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

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