Html Css Color HEX #F61F3A Torch Red

📋 copy color: '#F61F3A'

red 246 ◦ green 31 ◦ blue 58

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

Shades of Torch Red #F61F3A

Tints of Torch Red #F61F3A

RGB

 RED value IS 246 (96.48% from 255) = 73.43%

 GREEN value IS 31 (12.5% from 255) = 9.25%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 73.43%
G = 9.25%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F61F3A (or 0xF61F3A) is known color: Torch Red. HEX triplet: F6, 1F and 3A. RGB value is (246,31,58). Sum of RGB (Red+Green+Blue) = 246+31+58=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F3A is #09E0C5. Grayscale: #626262. Windows color (decimal): -647366 or 3809270. OLE color: 3809270.

HSL color Cylindrical-coordinate representation of color #F61F3A: hue angle of 352.47º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F3A is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 31 58 -
CMYK 0 0.87 0.76 0.04
HSL 352.47º 0.92% 0.54% -
HSV(B) 352.47º 0.87% 0.96% -
XYZ 39.26 20.88 5.96 -
YUV 98.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 246 31 58 0 0.87 0.76 0.04 352.47 0.92 0.54
Hex F6 1F 3A 0 57 4C 4 160 5C 36
Octal 366 37 72 0 127 114 4 540 134 66
Binary 11110110 11111 111010 0 1010111 1001100 100 101100000 1011100 110110

Color Harmonies of #F61F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F3A

Black with #F61F3A

Text Example


Text Example

White with #F61F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F3A; }

 p { color: rgb(246,31,58); }

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

background-color css

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

 a { background-color: rgb(246,31,58); }

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

border-color css

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

 span { border-color: rgb(246,31,58); }

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