Html Css Color HEX #F60625 Torch Red

📋 copy color: '#F60625'

red 246 ◦ green 6 ◦ blue 37

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

Shades of Torch Red #F60625

Tints of Torch Red #F60625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 85.12%
G = 2.08%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F60625 (or 0xF60625) is known color: Torch Red. HEX triplet: F6, 06 and 25. RGB value is (246,6,37). Sum of RGB (Red+Green+Blue) = 246+6+37=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F60625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60625 is #09F9DA. Grayscale: #515151. Windows color (decimal): -653787 or 2426614. OLE color: 2426614.

HSL color Cylindrical-coordinate representation of color #F60625: hue angle of 352.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 #F60625 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 6 37 -
CMYK 0 0.98 0.85 0.04
HSL 352.25º 0.95% 0.49% -
HSV(B) 352.25º 0.98% 0.96% -
XYZ 38.41 19.86 3.56 -
YUV 81.29 103.01 245.48 -
System Red Green Blue C M Y K H S L
Decimal 246 6 37 0 0.98 0.85 0.04 352.25 0.95 0.49
Hex F6 6 25 0 62 55 4 160 5F 31
Octal 366 6 45 0 142 125 4 540 137 61
Binary 11110110 110 100101 0 1100010 1010101 100 101100000 1011111 110001

Color Harmonies of #F60625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60625

Black with #F60625

Text Example


Text Example

White with #F60625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60625; }

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

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

background-color css

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

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

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

border-color css

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

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

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