Html Css Color HEX #F61034 Torch Red

📋 copy color: '#F61034'

red 246 ◦ green 16 ◦ blue 52

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

Shades of Torch Red #F61034

Tints of Torch Red #F61034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.1%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 78.34%
G = 5.1%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F61034 (or 0xF61034) is known color: Torch Red. HEX triplet: F6, 10 and 34. RGB value is (246,16,52). Sum of RGB (Red+Green+Blue) = 246+16+52=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F61034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61034 is #09EFCB. Grayscale: #585858. Windows color (decimal): -651212 or 3412214. OLE color: 3412214.

HSL color Cylindrical-coordinate representation of color #F61034: hue angle of 350.61º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61034 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 52 -
CMYK 0 0.93 0.79 0.04
HSL 350.61º 0.93% 0.51% -
HSV(B) 350.61º 0.93% 0.96% -
XYZ 38.81 20.21 5.1 -
YUV 88.87 107.2 240.07 -
System Red Green Blue C M Y K H S L
Decimal 246 16 52 0 0.93 0.79 0.04 350.61 0.93 0.51
Hex F6 10 34 0 5D 4F 4 15F 5D 33
Octal 366 20 64 0 135 117 4 537 135 63
Binary 11110110 10000 110100 0 1011101 1001111 100 101011111 1011101 110011

Color Harmonies of #F61034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61034

Black with #F61034

Text Example


Text Example

White with #F61034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61034; }

 p { color: rgb(246,16,52); }

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

background-color css

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

 a { background-color: rgb(246,16,52); }

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

border-color css

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

 span { border-color: rgb(246,16,52); }

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