Html Css Color HEX #F16142 Tomato

📋 copy color: '#F16142'

red 241 ◦ green 97 ◦ blue 66

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

Shades of Tomato #F16142

Tints of Tomato #F16142

RGB

 RED value IS 241 (94.53% from 255) = 59.65%

 GREEN value IS 97 (38.28% from 255) = 24.01%

 BLUE value IS 66 (26.17% from 255) = 16.34%

R = 59.65%
G = 24.01%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F16142 (or 0xF16142) is known color: Tomato. HEX triplet: F1, 61 and 42. RGB value is (241,97,66). Sum of RGB (Red+Green+Blue) = 241+97+66=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F16142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16142 is #0E9EBD. Grayscale: #888888. Windows color (decimal): -958142 or 4350449. OLE color: 4350449.

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

Color convert

RGB 241 97 66 -
CMYK 0 0.60 0.73 0.05
HSL 10.63º 0.86% 0.6% -
HSV(B) 10.63º 0.73% 0.95% -
XYZ 41.53 27.64 8.3 -
YUV 136.52 88.21 202.52 -
System Red Green Blue C M Y K H S L
Decimal 241 97 66 0 0.60 0.73 0.05 10.63 0.86 0.6
Hex F1 61 42 0 3C 49 5 B 56 3C
Octal 361 141 102 0 74 111 5 13 126 74
Binary 11110001 1100001 1000010 0 111100 1001001 101 1011 1010110 111100

Color Harmonies of #F16142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16142

Black with #F16142

Text Example


Text Example

White with #F16142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16142; }

 p { color: rgb(241,97,66); }

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

background-color css

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

 a { background-color: rgb(241,97,66); }

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

border-color css

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

 span { border-color: rgb(241,97,66); }

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