Html Css Color HEX #F2694C Tomato

📋 copy color: '#F2694C'

red 242 ◦ green 105 ◦ blue 76

#F2694C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tomato #F2694C

Tints of Tomato #F2694C

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

 GREEN value IS 105 (41.41% from 255) = 24.82%

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 57.21%
G = 24.82%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2694C (or 0xF2694C) is known color: Tomato. HEX triplet: F2, 69 and 4C. RGB value is (242,105,76). Sum of RGB (Red+Green+Blue) = 242+105+76=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2694C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2694C is #0D96B3. Grayscale: #8E8E8E. Windows color (decimal): -890548 or 5007858. OLE color: 5007858.

HSL color Cylindrical-coordinate representation of color #F2694C: hue angle of 10.48º degrees, saturation: 0.86, 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 #F2694C is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 105 76 -
CMYK 0 0.57 0.69 0.05
HSL 10.48º 0.86% 0.62% -
HSV(B) 10.48º 0.69% 0.95% -
XYZ 42.97 29.5 10.27 -
YUV 142.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 242 105 76 0 0.57 0.69 0.05 10.48 0.86 0.62
Hex F2 69 4C 0 39 45 5 A 56 3E
Octal 362 151 114 0 71 105 5 12 126 76
Binary 11110010 1101001 1001100 0 111001 1000101 101 1010 1010110 111110

Color Harmonies of #F2694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2694C

Black with #F2694C

Text Example


Text Example

White with #F2694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2694C; }

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

 H1.HeaderClassName
 {
   color: #F2694C;
 }
 .AnyTagClassName
 {
   color: #F2694C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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