Html Css Color HEX #F6102A Torch Red

📋 copy color: '#F6102A'

red 246 ◦ green 16 ◦ blue 42

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

Shades of Torch Red #F6102A

Tints of Torch Red #F6102A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 80.92%
G = 5.26%
B = 13.82%

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

#F6102A (or 0xF6102A) is known color: Torch Red. HEX triplet: F6, 10 and 2A. RGB value is (246,16,42). Sum of RGB (Red+Green+Blue) = 246+16+42=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F6102A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6102A is #09EFD5. Grayscale: #575757. Windows color (decimal): -651222 or 2756854. OLE color: 2756854.

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

Color convert

RGB 246 16 42 -
CMYK 0 0.93 0.83 0.04
HSL 353.22º 0.93% 0.51% -
HSV(B) 353.22º 0.93% 0.96% -
XYZ 38.61 20.13 4.04 -
YUV 87.73 102.2 240.89 -
System Red Green Blue C M Y K H S L
Decimal 246 16 42 0 0.93 0.83 0.04 353.22 0.93 0.51
Hex F6 10 2A 0 5D 53 4 161 5D 33
Octal 366 20 52 0 135 123 4 541 135 63
Binary 11110110 10000 101010 0 1011101 1010011 100 101100001 1011101 110011

Color Harmonies of #F6102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6102A

Black with #F6102A

Text Example


Text Example

White with #F6102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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