#F2694B

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

Shades of Tomato #F2694B

Tints of Tomato #F2694B

Color information

#F2694B (or 0xF2694B) is unknown color: approx Tomato. HEX triplet: F2, 69 and 4B. RGB value is (242,105,75). Sum of RGB (Red+Green+Blue) = 242+105+75=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2694B is #0D96B4. Grayscale: #8E8E8E. Windows color (decimal): -890549 or 4942322. OLE color: 4942322.

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

Color convert

RGB24210575-
CMYK00.570.690.05
HSL10.78º86.53%62.16%-
HSV(B)10.78º69.01%94.9%-
XYZ42.9429.4910.09-
YUV142.5489.89198.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.35%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 75 (29.69% from 255) = 17.77%
R=57.35%
G=24.88%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421057500.570.690.0510.7886.5362.16
HexF2694B039455b573e
Octal36215111307110551312776
Binary11110010110100110010110111001100010110110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2694B; }

 p { color: rgb(242,105,75); }

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

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

 a { background-color: rgb(242,105,75); }

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

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

 span { border-color: rgb(242,105,75); }

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