Html Css Color HEX #F0614A Tomato

📋 copy color: '#F0614A'

red 240 ◦ green 97 ◦ blue 74

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

Shades of Tomato #F0614A

Tints of Tomato #F0614A

RGB

 RED value IS 240 (94.14% from 255) = 58.39%

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

 BLUE value IS 74 (29.3% from 255) = 18%

R = 58.39%
G = 23.6%
B = 18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0614A (or 0xF0614A) is known color: Tomato. HEX triplet: F0, 61 and 4A. RGB value is (240,97,74). Sum of RGB (Red+Green+Blue) = 240+97+74=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0614A is #0F9EB5. Grayscale: #898989. Windows color (decimal): -1023670 or 4874736. OLE color: 4874736.

HSL color Cylindrical-coordinate representation of color #F0614A: hue angle of 8.31º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0614A is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 74 -
CMYK 0 0.60 0.69 0.06
HSL 8.31º 0.85% 0.62% -
HSV(B) 8.31º 0.69% 0.94% -
XYZ 41.45 27.57 9.62 -
YUV 137.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 240 97 74 0 0.60 0.69 0.06 8.31 0.85 0.62
Hex F0 61 4A 0 3C 45 6 8 55 3E
Octal 360 141 112 0 74 105 6 10 125 76
Binary 11110000 1100001 1001010 0 111100 1000101 110 1000 1010101 111110

Color Harmonies of #F0614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0614A

Black with #F0614A

Text Example


Text Example

White with #F0614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0614A; }

 p { color: rgb(240,97,74); }

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

background-color css

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

 a { background-color: rgb(240,97,74); }

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

border-color css

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

 span { border-color: rgb(240,97,74); }

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