Html Css Color HEX #F6052B Torch Red

📋 copy color: '#F6052B'

red 246 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #F6052B

Tints of Torch Red #F6052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 83.67%
G = 1.7%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6052B (or 0xF6052B) is known color: Torch Red. HEX triplet: F6, 05 and 2B. RGB value is (246,5,43). Sum of RGB (Red+Green+Blue) = 246+5+43=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F6052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6052B is #09FAD4. Grayscale: #515151. Windows color (decimal): -654037 or 2819574. OLE color: 2819574.

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

Color convert

RGB 246 5 43 -
CMYK 0 0.98 0.83 0.04
HSL 350.54º 0.96% 0.49% -
HSV(B) 350.54º 0.98% 0.96% -
XYZ 38.5 19.88 4.09 -
YUV 81.39 106.34 245.41 -
System Red Green Blue C M Y K H S L
Decimal 246 5 43 0 0.98 0.83 0.04 350.54 0.96 0.49
Hex F6 5 2B 0 62 53 4 15F 60 31
Octal 366 5 53 0 142 123 4 537 140 61
Binary 11110110 101 101011 0 1100010 1010011 100 101011111 1100000 110001

Color Harmonies of #F6052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6052B

Black with #F6052B

Text Example


Text Example

White with #F6052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6052B; }

 p { color: rgb(246,5,43); }

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

background-color css

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

 a { background-color: rgb(246,5,43); }

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

border-color css

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

 span { border-color: rgb(246,5,43); }

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