Html Css Color HEX #F6033C Torch Red

📋 copy color: '#F6033C'

red 246 ◦ green 3 ◦ blue 60

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

Shades of Torch Red #F6033C

Tints of Torch Red #F6033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 79.61%
G = 0.97%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6033C (or 0xF6033C) is known color: Torch Red. HEX triplet: F6, 03 and 3C. RGB value is (246,3,60). Sum of RGB (Red+Green+Blue) = 246+3+60=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F6033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6033C is #09FCC3. Grayscale: #525252. Windows color (decimal): -654532 or 3933174. OLE color: 3933174.

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

Color convert

RGB 246 3 60 -
CMYK 0 0.99 0.76 0.04
HSL 345.93º 0.98% 0.49% -
HSV(B) 345.93º 0.99% 0.96% -
XYZ 38.85 19.98 6.08 -
YUV 82.16 115.51 244.87 -
System Red Green Blue C M Y K H S L
Decimal 246 3 60 0 0.99 0.76 0.04 345.93 0.98 0.49
Hex F6 3 3C 0 63 4C 4 15A 62 31
Octal 366 3 74 0 143 114 4 532 142 61
Binary 11110110 11 111100 0 1100011 1001100 100 101011010 1100010 110001

Color Harmonies of #F6033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6033C

Black with #F6033C

Text Example


Text Example

White with #F6033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6033C; }

 p { color: rgb(246,3,60); }

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

background-color css

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

 a { background-color: rgb(246,3,60); }

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

border-color css

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

 span { border-color: rgb(246,3,60); }

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