Html Css Color HEX #F0061A Torch Red

📋 copy color: '#F0061A'

red 240 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #F0061A

Tints of Torch Red #F0061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 88.24%
G = 2.21%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0061A (or 0xF0061A) is known color: Torch Red. HEX triplet: F0, 06 and 1A. RGB value is (240,6,26). Sum of RGB (Red+Green+Blue) = 240+6+26=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F0061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0061A is #0FF9E5. Grayscale: #4E4E4E. Windows color (decimal): -1047014 or 1705712. OLE color: 1705712.

HSL color Cylindrical-coordinate representation of color #F0061A: hue angle of 354.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0061A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 26 -
CMYK 0 0.98 0.89 0.06
HSL 354.87º 0.95% 0.48% -
HSV(B) 354.87º 0.98% 0.94% -
XYZ 36.19 18.73 2.69 -
YUV 78.25 98.52 243.37 -
System Red Green Blue C M Y K H S L
Decimal 240 6 26 0 0.98 0.89 0.06 354.87 0.95 0.48
Hex F0 6 1A 0 62 59 6 163 5F 30
Octal 360 6 32 0 142 131 6 543 137 60
Binary 11110000 110 11010 0 1100010 1011001 110 101100011 1011111 110000

Color Harmonies of #F0061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0061A

Black with #F0061A

Text Example


Text Example

White with #F0061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0061A; }

 p { color: rgb(240,6,26); }

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

background-color css

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

 a { background-color: rgb(240,6,26); }

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

border-color css

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

 span { border-color: rgb(240,6,26); }

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