Html Css Color HEX #F61029 Torch Red

📋 copy color: '#F61029'

red 246 ◦ green 16 ◦ blue 41

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

Shades of Torch Red #F61029

Tints of Torch Red #F61029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 81.19%
G = 5.28%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F61029 (or 0xF61029) is known color: Torch Red. HEX triplet: F6, 10 and 29. RGB value is (246,16,41). Sum of RGB (Red+Green+Blue) = 246+16+41=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F61029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61029 is #09EFD6. Grayscale: #575757. Windows color (decimal): -651223 or 2691318. OLE color: 2691318.

HSL color Cylindrical-coordinate representation of color #F61029: hue angle of 353.48º 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 #F61029 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 41 -
CMYK 0 0.93 0.83 0.04
HSL 353.48º 0.93% 0.51% -
HSV(B) 353.48º 0.93% 0.96% -
XYZ 38.59 20.12 3.95 -
YUV 87.62 101.7 240.97 -
System Red Green Blue C M Y K H S L
Decimal 246 16 41 0 0.93 0.83 0.04 353.48 0.93 0.51
Hex F6 10 29 0 5D 53 4 161 5D 33
Octal 366 20 51 0 135 123 4 541 135 63
Binary 11110110 10000 101001 0 1011101 1010011 100 101100001 1011101 110011

Color Harmonies of #F61029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61029

Black with #F61029

Text Example


Text Example

White with #F61029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61029; }

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

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

background-color css

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

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

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

border-color css

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

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

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