Html Css Color HEX #F6024A Torch Red

📋 copy color: '#F6024A'

red 246 ◦ green 2 ◦ blue 74

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

Shades of Torch Red #F6024A

Tints of Torch Red #F6024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 76.4%
G = 0.62%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6024A (or 0xF6024A) is known color: Torch Red. HEX triplet: F6, 02 and 4A. RGB value is (246,2,74). Sum of RGB (Red+Green+Blue) = 246+2+74=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F6024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6024A is #09FDB5. Grayscale: #535353. Windows color (decimal): -654774 or 4850422. OLE color: 4850422.

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

Color convert

RGB 246 2 74 -
CMYK 0 0.99 0.70 0.04
HSL 342.3º 0.98% 0.49% -
HSV(B) 342.3º 0.99% 0.96% -
XYZ 39.26 20.13 8.29 -
YUV 83.16 122.84 244.15 -
System Red Green Blue C M Y K H S L
Decimal 246 2 74 0 0.99 0.70 0.04 342.3 0.98 0.49
Hex F6 2 4A 0 63 46 4 156 62 31
Octal 366 2 112 0 143 106 4 526 142 61
Binary 11110110 10 1001010 0 1100011 1000110 100 101010110 1100010 110001

Color Harmonies of #F6024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6024A

Black with #F6024A

Text Example


Text Example

White with #F6024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6024A; }

 p { color: rgb(246,2,74); }

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

background-color css

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

 a { background-color: rgb(246,2,74); }

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

border-color css

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

 span { border-color: rgb(246,2,74); }

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