Html Css Color HEX #F60A2B Torch Red

📋 copy color: '#F60A2B'

red 246 ◦ green 10 ◦ blue 43

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

Shades of Torch Red #F60A2B

Tints of Torch Red #F60A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

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

R = 82.27%
G = 3.34%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F60A2B (or 0xF60A2B) is known color: Torch Red. HEX triplet: F6, 0A and 2B. RGB value is (246,10,43). Sum of RGB (Red+Green+Blue) = 246+10+43=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60A2B is #09F5D4. Grayscale: #545454. Windows color (decimal): -652757 or 2820854. OLE color: 2820854.

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

Color convert

RGB 246 10 43 -
CMYK 0 0.96 0.83 0.04
HSL 351.61º 0.93% 0.5% -
HSV(B) 351.61º 0.96% 0.96% -
XYZ 38.55 19.98 4.11 -
YUV 84.33 104.69 243.32 -
System Red Green Blue C M Y K H S L
Decimal 246 10 43 0 0.96 0.83 0.04 351.61 0.93 0.5
Hex F6 A 2B 0 60 53 4 160 5D 32
Octal 366 12 53 0 140 123 4 540 135 62
Binary 11110110 1010 101011 0 1100000 1010011 100 101100000 1011101 110010

Color Harmonies of #F60A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60A2B

Black with #F60A2B

Text Example


Text Example

White with #F60A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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