Html Css Color HEX #F16140 Tomato

📋 copy color: '#F16140'

red 241 ◦ green 97 ◦ blue 64

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

Shades of Tomato #F16140

Tints of Tomato #F16140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 59.95%
G = 24.13%
B = 15.92%

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

#F16140 (or 0xF16140) is known color: Tomato. HEX triplet: F1, 61 and 40. RGB value is (241,97,64). Sum of RGB (Red+Green+Blue) = 241+97+64=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F16140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16140 is #0E9EBF. Grayscale: #888888. Windows color (decimal): -958144 or 4219377. OLE color: 4219377.

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

Color convert

RGB 241 97 64 -
CMYK 0 0.60 0.73 0.05
HSL 11.19º 0.86% 0.6% -
HSV(B) 11.19º 0.73% 0.95% -
XYZ 41.48 27.62 8 -
YUV 136.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 241 97 64 0 0.60 0.73 0.05 11.19 0.86 0.6
Hex F1 61 40 0 3C 49 5 B 56 3C
Octal 361 141 100 0 74 111 5 13 126 74
Binary 11110001 1100001 1000000 0 111100 1001001 101 1011 1010110 111100

Color Harmonies of #F16140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16140

Black with #F16140

Text Example


Text Example

White with #F16140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16140; }

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

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

background-color css

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

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

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

border-color css

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

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

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