Html Css Color HEX #F60631 Torch Red

📋 copy color: '#F60631'

red 246 ◦ green 6 ◦ blue 49

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

Shades of Torch Red #F60631

Tints of Torch Red #F60631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 81.73%
G = 1.99%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F60631 (or 0xF60631) is known color: Torch Red. HEX triplet: F6, 06 and 31. RGB value is (246,6,49). Sum of RGB (Red+Green+Blue) = 246+6+49=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F60631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60631 is #09F9CE. Grayscale: #525252. Windows color (decimal): -653775 or 3213046. OLE color: 3213046.

HSL color Cylindrical-coordinate representation of color #F60631: hue angle of 349.25º degrees, saturation: 0.95, 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 #F60631 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 6 49 -
CMYK 0 0.98 0.80 0.04
HSL 349.25º 0.95% 0.49% -
HSV(B) 349.25º 0.98% 0.96% -
XYZ 38.63 19.94 4.72 -
YUV 82.66 109.01 244.5 -
System Red Green Blue C M Y K H S L
Decimal 246 6 49 0 0.98 0.80 0.04 349.25 0.95 0.49
Hex F6 6 31 0 62 50 4 15D 5F 31
Octal 366 6 61 0 142 120 4 535 137 61
Binary 11110110 110 110001 0 1100010 1010000 100 101011101 1011111 110001

Color Harmonies of #F60631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60631

Black with #F60631

Text Example


Text Example

White with #F60631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60631; }

 p { color: rgb(246,6,49); }

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

background-color css

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

 a { background-color: rgb(246,6,49); }

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

border-color css

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

 span { border-color: rgb(246,6,49); }

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