Html Css Color HEX #F15C40 Tomato

📋 copy color: '#F15C40'

red 241 ◦ green 92 ◦ blue 64

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

Shades of Tomato #F15C40

Tints of Tomato #F15C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

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

R = 60.71%
G = 23.17%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F15C40 (or 0xF15C40) is known color: Tomato. HEX triplet: F1, 5C and 40. RGB value is (241,92,64). Sum of RGB (Red+Green+Blue) = 241+92+64=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C40 is #0EA3BF. Grayscale: #858585. Windows color (decimal): -959424 or 4218097. OLE color: 4218097.

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

Color convert

RGB 241 92 64 -
CMYK 0 0.62 0.73 0.05
HSL 9.49º 0.86% 0.6% -
HSV(B) 9.49º 0.73% 0.95% -
XYZ 41.03 26.73 7.85 -
YUV 133.36 88.86 204.78 -
System Red Green Blue C M Y K H S L
Decimal 241 92 64 0 0.62 0.73 0.05 9.49 0.86 0.6
Hex F1 5C 40 0 3E 49 5 9 56 3C
Octal 361 134 100 0 76 111 5 11 126 74
Binary 11110001 1011100 1000000 0 111110 1001001 101 1001 1010110 111100

Color Harmonies of #F15C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C40

Black with #F15C40

Text Example


Text Example

White with #F15C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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